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

# unmuteVideo

> Unmutes local video.

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

Unmutes local video. Falls back to local device unmute if the server RPC fails.

## **Returns**

`Promise<void>`

## **Examples**

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