# 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](https://docs.digitalsamba.com/reference/sdk/methods/muteframe) method.
{% endhint %}
