disableAudio()

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 audioDisabled, if you want to be informed when user disables microphone.

Last updated