unmuteFrame()

Unmutes a previously muted frame. Note that this doesn't affect other (remote) users. The method behaves like unmuting your browser tab - affects only local user.

sambaFrame.unmuteFrame();

Sample use cases:

  • Having the conference loaded in the background and muted from user until a certain event happens and you want to unmute it, so user can finally participate in the conference.

unmuteFrame is often used in conjunction with the muteFrame method.

Last updated