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 initialization parameters.
boolean enableLog
Enables or disables the default debug log.
String publicAppKey
Public app key used for SDK authentication. Alternative to JWT token.
String domain
Gets or sets the Zoom domain name. Default value: zoom.us.
int logSize
Gets or sets the log file size. Range: 1-50 MB.
ZoomSDKRawDataMemoryMode videoRawDataMemoryMode
Gets or sets the video raw data memory mode.
int wrapperType
Gets or sets the wrapper type.
ZoomSDKRawDataMemoryMode audioRawDataMemoryMode
Gets or sets the audio raw data memory mode.
String jwtToken
Gets or sets the JWT token from the developer. If you use JWT token to initialize,...
ZoomSDKRawDataMemoryMode shareRawDataMemoryMode
Gets or sets the share raw data memory mode.
boolean enableGenerateDump
Enables or disables SDK crash catching.
ZoomAppLocal appLocal
Gets or sets the app locale. For Chinese: ZoomLocale_CN. For others: ZoomLocale_Def.
boolean autoRetryVerifyApp
Determines whether Zoom SDK will retry to call verifyApp automatically. If true, Zoom SDK will retry ...
boolean enableLogicalMultiCamera
Enables or disables logical multi-camera. A logical camera is a grouping of two or more physical came...
Enumeration of Zoom application locales.
Enumeration of memory modes for raw data handling.