Browser SDK
Build voice, video and chat applications for the browser
v3
Deprecated
▸ videoMute(): Promise<void>
Promise<void>
Puts the video on mute. Participants will see a mute image instead of the video stream.
room.self.video_mute
You need to specify the permissions when creating the Video Room Token on the server side.
1await roomdevice.videoMute();