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

◆ audioRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) audioRawdataMemoryMode
readwritenonatomicassign

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

Definition at line 79 of file ZoomVideoSDK.h.

◆ domain

- (NSString* _Nullable) domain
readwritenonatomiccopy

[Required] The domain of ZoomVideoSDK.

Definition at line 55 of file ZoomVideoSDK.h.

◆ enableLog

- (BOOL) enableLog
readwritenonatomicassign

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

Definition at line 67 of file ZoomVideoSDK.h.

◆ extendParam

- (ZoomVideoSDKExtendParams* _Nullable) extendParam
readwritenonatomicstrong

[Optional] The SDK extend params

Definition at line 83 of file ZoomVideoSDK.h.

◆ logFilePrefix

- (NSString* _Nullable) logFilePrefix
readwritenonatomiccopy

[Optional] The Prefix of Log file name.

Definition at line 59 of file ZoomVideoSDK.h.

◆ shareRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) shareRawdataMemoryMode
readwritenonatomicassign

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

Definition at line 75 of file ZoomVideoSDK.h.

◆ videoRawdataMemoryMode

- (ZoomVideoSDKRawDataMemoryMode) videoRawdataMemoryMode
readwritenonatomicassign

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

Definition at line 71 of file ZoomVideoSDK.h.