deaf
deaf
- deaf(
params):Promise<void>
Mutes the incoming audio for a given member. The affected participant will not hear audio from the other participants anymore.
Note that in addition to making a participant deaf, this will also automatically mute the microphone of the target participant. If you want, you can then manually unmute it by calling audioUnmute.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member to affect.
Returns
Promise<void>