Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVideoStatus Class Reference

ZMVideoSDKVideoStatus provides information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off). More...

#include <ZMVideoSDKUserHelper.h>

Inherits NSObject.

Properties

BOOL isHasVideoDevice
 Query if the user's device has a compatible camera. YES : compatible camera detected, NO : no compatible camera detected.
 
BOOL isOn
 Query if the camera is turned on. YES : camera turned on, NO : camera turned off.
 

Detailed Description

ZMVideoSDKVideoStatus provides information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off).

Definition at line 13 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ isHasVideoDevice

- (BOOL) isHasVideoDevice
readnonatomicassign

Query if the user's device has a compatible camera. YES : compatible camera detected, NO : no compatible camera detected.

Definition at line 18 of file ZMVideoSDKUserHelper.h.

◆ isOn

- (BOOL) isOn
readnonatomicassign

Query if the camera is turned on. YES : camera turned on, NO : camera turned off.

Definition at line 23 of file ZMVideoSDKUserHelper.h.