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

The video option of join session. More...

#include <ZoomVideoSDK.h>

Inherits NSObject.

Properties

BOOL localVideoOn
 Local video on or off.
 
BOOL multitaskingCameraAccessEnabled
 set the multitaskingCameraAccessEnabled for AVCaptureSession of local camera. For more informaton, refer to https://developer.apple.com/documentation/avfoundation/avcapturesession/4013228-multitaskingcameraaccesssupporte
 

Detailed Description

The video option of join session.

Definition at line 89 of file ZoomVideoSDK.h.

Property Documentation

◆ localVideoOn

- (BOOL) localVideoOn
readwritenonatomicassign

Local video on or off.

Definition at line 94 of file ZoomVideoSDK.h.

◆ multitaskingCameraAccessEnabled

- (BOOL) multitaskingCameraAccessEnabled
readwritenonatomicassign

set the multitaskingCameraAccessEnabled for AVCaptureSession of local camera. For more informaton, refer to https://developer.apple.com/documentation/avfoundation/avcapturesession/4013228-multitaskingcameraaccesssupporte

Definition at line 98 of file ZoomVideoSDK.h.