RoomConfig class
房间参数配置
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAutoPublish ↔ bool
-
是否自动发布音视频流,默认为自动发布
getter/setter pair
- isAutoSubscribeAudio ↔ bool
-
是否自动订阅音频流,默认为自动订阅
getter/setter pair
- isAutoSubscribeVideo ↔ bool
-
是否自动订阅主视频流,默认为自动订阅
getter/setter pair
- profile ↔ RoomProfile
-
房间模式,默认为普通音视频通话模式,进房后不可更改
getter/setter pair
- remoteVideoConfig ↔ RemoteVideoConfig?
-
远端视频流参数
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