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.

Last updated