enableVideo()

Enables (turns on) user's camera.

sambaFrame.enableVideo();

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

The related event is videoEnabled, if you want to be informed when a user enables camera.

Last updated