> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/enablevideo.md).

# 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](/reference/sdk/events/videoenabled.md), if you want to be informed when a user enables camera.
{% endhint %}
