Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

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