muteFrame()

Mutes locally all sounds coming from the video conference frame. Note that this doesn't affect other (remote) users. The method behaves like muting your browser tab - affects only local user.

sambaFrame.muteFrame();

Sample use cases:

  • Having the conference loaded in the background and muted from user until a certain event happens.

muteFrame is often used in conjunction with the unmuteFrame method.

Last updated