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
 Determines whether local video is on.
 
BOOL multitaskingCameraAccessEnabled
 Sets the multitaskingCameraAccessEnabled for AVCaptureSession of local camera. For more information, refer to https://developer.apple.com/documentation/avfoundation/avcapturesession/4013228-multitaskingcameraaccesssupporte.
 

Detailed Description

The video option of join session.

Definition at line 101 of file ZoomVideoSDK.h.

Property Documentation

◆ localVideoOn

- (BOOL) localVideoOn
readwritenonatomicassign

Determines whether local video is on.

Definition at line 106 of file ZoomVideoSDK.h.

◆ multitaskingCameraAccessEnabled

- (BOOL) multitaskingCameraAccessEnabled
readwritenonatomicassign

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

Definition at line 110 of file ZoomVideoSDK.h.