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

# toggleMuteVideo

> Toggles the participant's video mute state.

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

Toggles the participant's video mute state.

## **Returns**

`Promise<void>`

## **Inherited from**

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

## **Examples**

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