Skip to main content

smwebsdk.scene.iscameraactive

Home > @soulmachines/smwebsdk > Scene > isCameraActive

Scene.isCameraActive() method

Specifies if the camera is currently active and streaming video to the server.

Signature:

isCameraActive(): boolean;

Returns:

boolean

boolean

Usage:

const isCameraActive = scene.isCameraActive();