autoSubscribeAudio property

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

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

Implementation

@JsonKey(includeIfNull: false)
bool? autoSubscribeAudio;