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

# muteVideo

> Mutes local video.

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

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

## **Returns**

`Promise<void>`

## **Examples**

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