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

# videoUnmute

> videoUnmute method for the RoomSessionScreenShare class.

### videoUnmute

▸ **videoUnmute**(): `Promise<void>`

Unmutes the video if it had been previously muted. Participants will start seeing the video stream again.

#### Returns

`Promise<void>`

#### Permissions

* `room.self.video_unmute`

You need to specify the permissions when [creating the Video Room Token](/docs/apis/rest/video/room-tokens/create-room-token) on the server side.

#### Example

```javascript
await roomdevice.videoUnmute();
```