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

# toggleMute

> Toggles the participant's audio mute state.

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

Toggles the participant's audio mute state.

## **Returns**

`Promise<void>`

## **Inherited from**

[`Participant`](/docs/browser-sdk/v4/reference/participant).[`toggleMute`](/docs/browser-sdk/v4/reference/participant#togglemute)

## **Examples**

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