# enableAudio()

Enables (turns on) user's microphone.

```javascript
sambaFrame.enableAudio();
```

**Sample use case**: \
Have a custom toolbar in your integration and want user to control microphone from it.

{% hint style="info" %}
The related event is [audioEnabled](https://docs.digitalsamba.com/reference/sdk/events/audioenabled), if you want to be informed when a user enables microphone.
{% endhint %}
