ClientRoleOptions
Setting of user role properties.
class ClientRoleOptions { const ClientRoleOptions({this.audienceLatencyLevel}); @JsonKey(name: 'audienceLatencyLevel') final AudienceLatencyLevelType? audienceLatencyLevel; factory ClientRoleOptions.fromJson(Map<String, dynamic> json) => _$ClientRoleOptionsFromJson(json); Map<String, dynamic> toJson() => _$ClientRoleOptionsToJson(this); }
Attributes
- audienceLatencyLevel
- The latency level of an audience member in interactive live streaming. See AudienceLatencyLevelType.