hideVideoMuted

Deprecated
View as Markdown
  • hideVideoMuted(): Promise<void>

Deprecated. Use setHideVideoMuted instead.

Do not show muted videos in the room layout.

Returns

Promise<void>

Permissions

  • room.hide_video_muted: to set the hand raise priority

You need to specify the permissions when creating the Video Room Token on the server side.

Example

1await roomSession.hideVideoMuted();