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

# unmuteVideo

> Unmutes the participant's video.

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

Unmutes the participant's video.

## **Returns**

`Promise<void>`

## **Examples**

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

## **See**

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