disableVideo()

Disables (turns off) user's camera.

sambaFrame.disableVideo();

Sample use cases:

  • Have a custom toolbar in your integration and want user to control camera from it.

  • You may want to turn off user's camera based on a concrete situation in your application.

The related event is videoDisabled, if you want to be informed when user disables camera.

Last updated