Package us.zoom.sdk
Class ZoomSDKInitParams
java.lang.Object
us.zoom.sdk.ZoomSDKInitParams
Zoom SDK initialize params
ZoomSDK.initialize(Context, ZoomSDKInitializeListener, ZoomSDKInitParams)
-
Field Summary
FieldsModifier and TypeFieldDescriptionApp locale.boolean
If it is TRUE, Zoom SDK will retry to call verifyApp automatically.ZOOM domain name.boolean
Enable/Disable sdk catch crash.boolean
Enable/Disable the default debug log.boolean
Enable/Disable logical multi camera A logical camera is a grouping of two or more of those physical cameras.jwtToken got from developer.int
Log File Size.int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jwtToken
jwtToken got from developer. if you use jwtToken to initialize, no need to set appKey and appSecret. if you set both jwtToken and appKey and appSecret, we will use jwtToken to initialize first. -
domain
ZOOM domain name. Default value: zoom.us -
autoRetryVerifyApp
public boolean autoRetryVerifyAppIf it is TRUE, Zoom SDK will retry to call verifyApp automatically. Otherwise user needs to call verifyApp manually once initialize failed. -
enableLog
public boolean enableLogEnable/Disable the default debug log. -
logSize
public int logSizeLog File Size. 1-50M -
enableGenerateDump
public boolean enableGenerateDumpEnable/Disable sdk catch crash. For JavaThread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler)
-
enableLogicalMultiCamera
public boolean enableLogicalMultiCameraEnable/Disable logical multi camera A logical camera is a grouping of two or more of those physical cameras. See Multi-camera API(https://developer.android.google.cn/media/camera/camera2/multi-camera) -
appLocal
App locale. for chinese :ZoomLocale_CN other:ZoomLocale_Def -
audioRawDataMemoryMode
-
videoRawDataMemoryMode
-
wrapperType
public int wrapperType
-
-
Constructor Details
-
ZoomSDKInitParams
public ZoomSDKInitParams()
-