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

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

```javascript
sambaFrame.unmuteFrame();
```

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

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

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