*** id: e954bda1-8965-45eb-b780-a79531a32757 title: hideVideoMuted slug: /js/reference/video/room-session/hide-video-muted description: hideVideoMuted method for the RoomSession class. max-toc-depth: 3 availability: deprecated ------------------------ * **hideVideoMuted**(): `Promise` Deprecated. Use [setHideVideoMuted](/docs/browser-sdk/v3/js/reference/video/room-session/set-hide-video-muted) instead. Do not show muted videos in the room layout. #### Returns `Promise` #### Permissions * `room.hide_video_muted`: to set the hand raise priority 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 roomSession.hideVideoMuted(); ```