Initializes the SDK's context parameters. This class contains configuration information.
More...
#include <ZoomCCInterface.h>
|
NSString * | userName |
| The username to be displayed on the chat or video screen. The length can be between 1 to 34 characters.
|
|
BOOL | enableLog |
| Default is NO. When set to YES, the sdk starts local logging.
|
|
NSString * | cacheFolder |
| A folder used to store temporary files, such as images and logs.
|
|
NSString * | deviceShareBundleID |
| For screen sharing: the bundle ID for broadcast upload extension.
|
|
NSString * | appGroupID |
| For screen sharing: the main app's appGroupID should be same with the broadcast upload extension's appGroupID.
|
|
ZoomCCSDKDomainType | domainType |
| Since the backend service has different clusters, when domainType is configured, the SDK requests backend service from the target cluster. Default value is ZoomCCSDKDomainType_US01.
|
|
Initializes the SDK's context parameters. This class contains configuration information.
The documentation for this class was generated from the following file: