params?): Promise<void>Unmutes the video if it had been previously muted. Participants will start seeing the video stream again. You can use this method to unmute either yourself or another participant in the room.
Object containing the parameters of the method.
Id of the member to unmute. If omitted, unmutes the default device in the local client.
Promise<void>
room.self.video_mute: to unmute a local device.room.member.video_mute: to unmute a remote member.You need to specify the permissions when creating the Video Room Token on the server side.
Unmuting your own video:
Unmuting the video of another participant: