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

# muteVideo

> Mutes the participant's video.

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

Mutes the participant's video.

## **Examples**

```ts
await participant.muteVideo();
```

## **See**

* [`videoMuted$`](/docs/browser-sdk/v4/reference/participant/video-muted\$) — reactive state pair.
* [`toggleMuteVideo`](/docs/browser-sdk/v4/reference/participant/toggle-mute-video) / [`unmuteVideo`](/docs/browser-sdk/v4/reference/participant/unmute-video).