*** id: 9fa91e24-d74f-497b-8514-965cbbf84430 title: videoMute slug: /js/reference/video/room-session-screen-share/video-mute description: videoMute method for the RoomSessionScreenShare class. max-toc-depth: 3 ---------------- ### videoMute ▸ **videoMute**(): `Promise` Puts the video on mute. Participants will see a mute image instead of the video stream. #### Returns `Promise` #### Permissions * `room.self.video_mute` 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.videoMute(); ```