Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKInitParams.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.content.Context;
4
Zoom SDK initialize params ZoomSDK#initialize(Context, ZoomSDKInitializeListener, ZoomSDKInitParams).
boolean enableLog
Enable/Disable the default debug log.
String domain
ZOOM domain name. Default value: zoom.us.
int logSize
Log File Size. 1-50M.
ZoomSDKRawDataMemoryMode videoRawDataMemoryMode
ZoomSDKRawDataMemoryMode audioRawDataMemoryMode
String jwtToken
jwtToken got from developer. if you use jwtToken to initialize, no need to set appKey and appSecret....
ZoomSDKRawDataMemoryMode shareRawDataMemoryMode
boolean enableGenerateDump
Enable/Disable sdk catch crash. For Java Thread#setUncaughtExceptionHandler(Thread....
ZoomAppLocal appLocal
App locale. for chinese :ZoomLocale_CN other:ZoomLocale_Def.
boolean autoRetryVerifyApp
If it is TRUE, Zoom SDK will retry to call verifyApp automatically. Otherwise user needs to call veri...
boolean enableLogicalMultiCamera
Enable/Disable logical multi camera A logical camera is a grouping of two or more of those physical c...
Enumeration of memory modes for raw data handling.