muteLocalAudio()
Mute participant's microphone
This method mutes' participant's microphone. The audio stream is not stopped and the remoteTrackStopped
event is not emitted.
JavaScript
await meeting.muteLocalAudio()
In the browser, it will still show that microphone is being used.