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.
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