muteLocalAudioStream abstract method
Stops or resumes publishing the local audio stream.
Param mute
Whether to stop publishing the local audio stream.
true: Stop publishing the local audio stream.
false: (Default) Resumes publishing the local audio stream.
Implementation
Future<void> muteLocalAudioStream(bool mute);