MediaSubscriptionSettings class

Media subscription settings for a remote participant or profile.

Annotations

Constructors

MediaSubscriptionSettings({required VideoSubscriptionSettings camera, required VideoSubscriptionSettings screenVideo, required AudioSubscriptionSettings microphone, required AudioSubscriptionSettings screenAudio, @JsonKey(toJson: _customAudioMapToJson, fromJson: _customAudioMapFromJson) required Map<CustomTrackName, AudioSubscriptionSettings> customAudio, @JsonKey(toJson: _customVideoMapToJson, fromJson: _customVideoMapFromJson) required Map<CustomTrackName, VideoSubscriptionSettings> customVideo})
const
factory
MediaSubscriptionSettings.fromJson(Map<String, dynamic> json)
factory

Properties

camera VideoSubscriptionSettings
read-onlyinherited
customAudio Map<CustomTrackName, AudioSubscriptionSettings>
read-onlyinherited
customVideo Map<CustomTrackName, VideoSubscriptionSettings>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
microphone AudioSubscriptionSettings
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
screenAudio AudioSubscriptionSettings
read-onlyinherited
screenVideo VideoSubscriptionSettings
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited