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

# toggleDeaf

> Toggles the deafened state (mutes/unmutes incoming audio).

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

Toggles the deafened state (mutes/unmutes incoming audio).

## **Returns**

`Promise<void>`

## **Inherited from**

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

## **Examples**

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