RoomConfig class
Room configuration.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAutoPublish ↔ bool
-
Whether to publish media streams automatically. The default is automatic publishing.
getter/setter pair
- isAutoSubscribeAudio ↔ bool
-
Whether to automatically subscribe to the audio stream. The default is automatic subscription.
getter/setter pair
- isAutoSubscribeVideo ↔ bool
-
Whether to automatically subscribe to the main video stream. The default is automatic subscription.
getter/setter pair
- profile ↔ RoomProfile
-
Room profile.
getter/setter pair
- remoteVideoConfig ↔ RemoteVideoConfig?
-
Expected configuration of remote video stream.
getter/setter pair
- 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