params?): Promise<void>Mutes the incoming audio. The affected participant will not hear audio from the other participants anymore. You can use this method to make deaf either yourself or another participant in the room.
Note that in addition to making a participant deaf, this will also automatically mute the microphone of the target participant (even if there is no audio_mute permission). If you want, you can then manually unmute it by calling audioUnmute.
Object containing the parameters of the method.
Id of the member to affect. If omitted, affects the default device in the local client.
Promise<void>
room.self.deaf: to make yourself deaf.room.member.deaf: to make deaf a remote member.You need to specify the permissions when creating the Video Room Token on the server side.
Making yourself deaf:
Making another participant deaf: