autoSubscribeVideo property Null safety
@JsonKey(includeIfNull: false), read / write
设置加入频道是是否自动订阅视频流:
true
:(默认)订阅。false
:不订阅。
该成员功能与 RtcEngine.muteAllRemoteVideoStreams 相同。
加入频道后,你可以通过 muteAllRemoteVideoStreams
方法重新设置是否订阅频道内的远端视频流。
Implementation
@JsonKey(includeIfNull: false)
bool? autoSubscribeVideo;