*** id: e3647c9d-9d98-47dd-aedc-8f66dac30639 title: videoUnmute slug: /js/reference/video/room-session-device/video-unmute description: videoUnmute method for the RoomSessionDevice class. max-toc-depth: 3 ---------------- ### videoUnmute ▸ **videoUnmute**(): `Promise` Unmutes the video if it had been previously muted. Participants will start seeing the video stream again. #### Returns `Promise` #### Permissions * `room.self.video_unmute` You need to specify the permissions when [creating the Video Room Token](/docs/apis/video/room-tokens/create-room-token) on the server side. #### Example ```javascript await roomdevice.videoUnmute(); ```