Skip to main content
Unmutes the local microphone for the current call.

Signature

await client.unmute();

Parameters

None.

Returns

Promise<void>

Example

await client.unmute();
console.log('Microphone unmuted');

More Information

  • mute โ€” mute the microphone
  • getCurrentSession โ€” check the current mute state
  • unmuted event โ€” fires when the microphone is unmuted