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

# mute

> Mutes local audio.

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

Mutes local audio. Falls back to local device mute if the server RPC fails.

## **Returns**

`Promise<void>`

## **Examples**

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