> ## 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.

# unmute

Unmutes the local microphone for the current call.

## Signature

```typescript theme={null}
await client.unmute();
```

## Parameters

None.

## Returns

`Promise<void>`

## Example

```typescript theme={null}
await client.unmute();
console.log('Microphone unmuted');
```

## More Information

* [mute](/click-to-call/sdk/api-reference/mute)
* [getCurrentSession](/click-to-call/sdk/api-reference/get-current-session)
* [unmuted](/click-to-call/sdk/event-reference/unmuted) event
