autoSubscribeVideo property

  1. @JsonKey(includeIfNull: false)
bool? autoSubscribeVideo
getter/setter pair

Whether to subscribe to video streams when the user joins the channel: true: (Default) Subscribe. false: Do not subscribe. This member serves a similar function to the muteAllRemoteVideoStreams method. After joining the channel, you can call the muteAllRemoteVideoStreams method to set whether to subscribe to video streams in the channel.

Implementation

@JsonKey(includeIfNull: false)
bool? autoSubscribeVideo;