> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# unmute

> Unmutes the participant's audio.

```ts
unmute(): Promise<void>
```

Unmutes the participant's audio.

## **Returns**

`Promise<void>`

## **Examples**

```ts
await participant.unmute();
```

## **See**

* [`audioMuted$`](/docs/browser-sdk/v4/reference/participant/audio-muted\$) — reactive state pair.
* [`toggleMute`](/docs/browser-sdk/v4/reference/participant/toggle-mute) / [`mute`](/docs/browser-sdk/v4/reference/participant/mute).