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