Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoStatus Class Reference

Video status of user. More...

#include <ZoomVideoSDKVideoHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Video status of user.

Definition at line 19 of file ZoomVideoSDKVideoHelper.h.

Property Documentation

◆ on

- (BOOL) on
readwritenonatomicassign

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

Definition at line 23 of file ZoomVideoSDKVideoHelper.h.