setLocalVideo(enabled)
Requires join() or startCamera() to be called first.
Parameters
boolean
required
true to enable the camera, false to disable it.Return value
Returnsthis for chaining.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enables or disables the local camera.
setLocalVideo(enabled)
Requires join() or startCamera() to be called first.
true to enable the camera, false to disable it.this for chaining.
// Disable camera
call.setLocalVideo(false);
// Re-enable camera
call.setLocalVideo(true);