muteLocalAudioStream abstract method

Future<void> muteLocalAudioStream(
  1. bool mute
)

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);