audioMute
audioMute
- audioMute(
params):Promise<void>
Mutes the audio of a given member for all other participants.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member to mute.
Returns
Promise<void>
Example
In this example, we mute the audio of a member as soon as they join the room.
This example assumes that there is a RoomSession
already active.