Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKExtendParams Class Reference

Extended configuration parameters for Zoom Video SDK. More...

#include <ZMVideoSDK.h>

Inherits NSObject.

Properties

NSString * speakerTestFilePath
 Specify a file path for speaker test.
 
int wrapperType
 Wrapper type.
 
ZMVideoSDKPreferVideoResolution preferVideoResolution
 Prefer video resolution.
 
BOOL disableKeychainAccess
 disable access keychain.
 

Detailed Description

Extended configuration parameters for Zoom Video SDK.

Definition at line 86 of file ZMVideoSDK.h.

Property Documentation

◆ disableKeychainAccess

- (BOOL) disableKeychainAccess
readwritenonatomicassign

disable access keychain.

Definition at line 106 of file ZMVideoSDK.h.

◆ preferVideoResolution

- (ZMVideoSDKPreferVideoResolution) preferVideoResolution
readwritenonatomicassign

Prefer video resolution.

Definition at line 101 of file ZMVideoSDK.h.

◆ speakerTestFilePath

- (NSString*) speakerTestFilePath
readwritenonatomiccopy

Specify a file path for speaker test.

Note
Only support mp3 format. The size cannot exceed 1M.

Definition at line 91 of file ZMVideoSDK.h.

◆ wrapperType

- (int) wrapperType
readwritenonatomicassign

Wrapper type.

Definition at line 96 of file ZMVideoSDK.h.