Meeting SDK for Linux API Reference
|
Initialize the SDK Parameter. More...
#include <zoom_sdk_def.h>
Public Member Functions | |
tagInitParam () | |
Data Fields | |
const zchar_t * | strWebDomain |
const zchar_t * | strBrandingName |
const zchar_t * | strSupportUrl |
SDK_LANGUAGE_ID | emLanguageID |
bool | enableGenerateDump |
bool | enableLogByDefault |
unsigned int | uiLogFileSize |
RawDataOptions | rawdataOpts |
int | wrapperType |
Initialize the SDK Parameter.
Definition at line 355 of file zoom_sdk_def.h.
|
inline |
Definition at line 391 of file zoom_sdk_def.h.
References emLanguageID, enableGenerateDump, enableLogByDefault, LANGUAGE_Unknown, strBrandingName, strSupportUrl, strWebDomain, uiLogFileSize, and wrapperType.
SDK_LANGUAGE_ID tagInitParam::emLanguageID |
The ID of the SDK language.
Definition at line 364 of file zoom_sdk_def.h.
Referenced by tagInitParam().
bool tagInitParam::enableGenerateDump |
Enable generate dump file if the app crashed.
Definition at line 366 of file zoom_sdk_def.h.
Referenced by tagInitParam().
bool tagInitParam::enableLogByDefault |
RawDataOptions tagInitParam::rawdataOpts |
rawdata options.
Definition at line 372 of file zoom_sdk_def.h.
const zchar_t* tagInitParam::strBrandingName |
const zchar_t* tagInitParam::strSupportUrl |
const zchar_t* tagInitParam::strWebDomain |
unsigned int tagInitParam::uiLogFileSize |
Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the file size varies from 1M to 50M.
Definition at line 370 of file zoom_sdk_def.h.
Referenced by tagInitParam().
int tagInitParam::wrapperType |