> 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/muteframe.md).

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

```javascript
sambaFrame.muteFrame();
```

**Sample use cases**:&#x20;

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

{% hint style="info" %}
**muteFrame** is often used in conjunction with the [unmuteFrame](/reference/sdk/methods/unmuteframe.md) method.
{% endhint %}
