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

Property Documentation

◆ localVideoOn

- (BOOL) localVideoOn
readwritenonatomicassign

Local video on or off.

Definition at line 95 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 99 of file ZoomVideoSDK.h.