# enableVideo()

Enables (turns on) user's camera.

```javascript
sambaFrame.enableVideo();
```

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

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