requestMute()

requestMute(userId: string)

Requests muting a remote user's microphone. The target user's id is provided as a parameter. A confirmation popup will be shown inside the session to avoid an accidental mute.

sambaFrame.requestMute('9efc7798-a1a4-44bd-9d8d-532fe0feea9d');

Sample use case: Have a custom participants panel in your integration and want moderators to be able to mute a noisy remote user by clicking a button.

A related method is requestUnmute, if you want to request a user to unmute microphone

Last updated