Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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 22 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 26 of file ZoomVideoSDKVideoHelper.h.