3import android.content.Context;
14 public String
domain =
"https://zoom.us";
Extended parameters for SDK initialization.
Zoom Video SDK initialize params.
ZoomVideoSDKRawDataMemoryMode videoRawDataMemoryMode
Video raw data memory mode.
ZoomVideoSDKRawDataMemoryMode audioRawDataMemoryMode
Raw data buffer exists in heap or stack. By default, each of the different memory modes (audio,...
ZoomVideoSDKExtendParams extendParam
Extended parameters for SDK initialization.
boolean enableLog
Whether to enable log, optional.
ZoomVideoSDKRawDataMemoryMode shareRawDataMemoryMode
Share raw data memory mode.
String logFilePrefix
Log file prefix.
boolean enableFullHD
Only for Oculus devices.
String domain
Web domain, required.
Enumeration of memory modes for raw data handling.
ZoomVideoSDKRawDataMemoryModeStack