Browser SDK
Build voice, video and chat applications for the browser
v3
Deprecated
▸ audioUnmute(): Promise<void>
Promise<void>
Unmutes the microphone if it had been previously muted.
room.self.audio_unmute
You need to specify the permissions when creating the Video Room Token on the server side.
1await roomdevice.audioUnmute();