Last updated 1 year ago
Disables (turns off) user's microphone.
sambaFrame.disableAudio();
Sample use cases:
Have a custom toolbar in your integration and want user to control microphone from it.
You may want to mute the user based on your application needs.
The related event is , if you want to be informed when user disables microphone.