showVideoMuted

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

Deprecated. Use setHideVideoMuted instead.

Show muted videos in the room layout in addition to the unmuted ones. Members that have been muted via videoMute will display a mute image instead of the video.

Returns

Promise<void>

Permissions

  • room.show_video_muted

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

Example

1await roomSession.showVideoMuted();