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

# unmute

> Unmutes local audio.

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

Unmutes local audio. Falls back to local device unmute if the server RPC fails.

## **Returns**

`Promise<void>`

## **Examples**

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