audioUnmute
audioUnmute
- audioUnmute(
params):Promise<void>
Unmutes the microphone of a given member if it had been previously muted.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member to unmute.
Returns
Promise<void>
Example
In this example, we mute the audio of a member as soon as they join the room.
After 5 seconds, we unmute the member’s audio.
This example assumes that there is a RoomSession
already active and that members are joining the room.