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

Parameter class use to initialize the ZoomVideoSDK. More...

#include <ZoomVideoSDK.h>

Inherits NSObject.

Properties

NSString *_Nullable domain
 [Required] The domain of ZoomVideoSDK.
 
NSString *_Nullable logFilePrefix
 [Optional] The Prefix of Log file name.
 
NSString *_Nullable appGroupId
 [Optional] If you use screen share, you need create group id in your apple developer account, and setup here.
 
BOOL enableLog
 [Optional] enable/disable log of SDK. log path AppData/tmp
 
ZoomVideoSDKRawDataMemoryMode videoRawdataMemoryMode
 [Optional] The video rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack
 
ZoomVideoSDKRawDataMemoryMode shareRawdataMemoryMode
 [Optional] The share rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack
 
ZoomVideoSDKRawDataMemoryMode audioRawdataMemoryMode
 [Optional] The audio rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack
 
ZoomVideoSDKExtendParams *_Nullable extendParam
 [Optional] The SDK extend params
 

Detailed Description

Parameter class use to initialize the ZoomVideoSDK.

Definition at line 50 of file ZoomVideoSDK.h.

Property Documentation

◆ appGroupId

- (NSString* _Nullable) appGroupId
readwritenonatomiccopy

[Optional] If you use screen share, you need create group id in your apple developer account, and setup here.

Definition at line 62 of file ZoomVideoSDK.h.

◆ audioRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) audioRawdataMemoryMode
readwritenonatomicassign

[Optional] The audio rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack

Definition at line 78 of file ZoomVideoSDK.h.

◆ domain

- (NSString* _Nullable) domain
readwritenonatomiccopy

[Required] The domain of ZoomVideoSDK.

Definition at line 54 of file ZoomVideoSDK.h.

◆ enableLog

- (BOOL) enableLog
readwritenonatomicassign

[Optional] enable/disable log of SDK. log path AppData/tmp

Definition at line 66 of file ZoomVideoSDK.h.

◆ extendParam

- (ZoomVideoSDKExtendParams* _Nullable) extendParam
readwritenonatomicstrong

[Optional] The SDK extend params

Definition at line 82 of file ZoomVideoSDK.h.

◆ logFilePrefix

- (NSString* _Nullable) logFilePrefix
readwritenonatomiccopy

[Optional] The Prefix of Log file name.

Definition at line 58 of file ZoomVideoSDK.h.

◆ shareRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) shareRawdataMemoryMode
readwritenonatomicassign

[Optional] The share rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack

Definition at line 74 of file ZoomVideoSDK.h.

◆ videoRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) videoRawdataMemoryMode
readwritenonatomicassign

[Optional] The video rawdata memory mode. Default is ZoomVideoSDKRawDataMemoryModeStack

Definition at line 70 of file ZoomVideoSDK.h.