ChannelMediaOptions class
The channel media options.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ChannelMediaOptions(bool? autoSubscribeAudio, bool? autoSubscribeVideo)
- Constructs a ChannelMediaOptions
Properties
- autoSubscribeAudio ↔ bool?
-
Determines whether to subscribe to audio streams when the user joins the channel.
getter/setter pair
- autoSubscribeVideo ↔ bool?
-
Determines whether to subscribe to video streams when the user joins the channel.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited