> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/requestmute.md).

# requestMute()

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.

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

{% hint style="info" %}
A related method is [requestUnmute](/reference/sdk/methods/requestunmute.md), if you want to request a user to unmute microphone.
{% endhint %}
