publishLocalAudio property

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

whether to publish the local audio stream when the user joins a channel. true: (Default) Publish the local audio. false: Do not publish the local audio. This member serves a similar function to the muteLocalAudioStream method. After the user joins the channel, you can call the muteLocalAudioStream method to set whether to publish the local audio stream in the channel.

Implementation

@JsonKey(includeIfNull: false)
bool? publishLocalAudio;