Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagInitParam Struct Reference

Initialize the SDK Parameter. Here are more detailed structural descriptions. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagInitParam ()
 

Data Fields

const zchar_tstrWebDomain
 Web domain.
 
const zchar_tstrBrandingName
 Branding name.
 
const zchar_tstrSupportUrl
 Support URL.
 
SDK_LANGUAGE_ID emLanguageID
 The ID of the SDK language.
 
bool enableGenerateDump
 Enable generate dump file if the app crashed.
 
bool enableLogByDefault
 Enable log feature.
 
unsigned int 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.
 
RawDataOptions rawdataOpts
 
int wrapperType
 

Detailed Description

Initialize the SDK Parameter. Here are more detailed structural descriptions.

Definition at line 254 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagInitParam()

tagInitParam::tagInitParam ( )
inline

Definition at line 274 of file zoom_sdk_def.h.

275 {
276 strWebDomain = nullptr;
277 strBrandingName = nullptr;
278 strSupportUrl = nullptr;
280 enableGenerateDump = false;
281 enableLogByDefault = false;
282 uiLogFileSize = 5;
283 wrapperType = 0;
284#if defined(WIN32)
285 hResInstance = (void*)-1;
286 uiWindowIconSmallID = 0;
287 uiWindowIconBigID = 0;
288 locale = SDK_APP_Locale_Default;
289 permonitor_awareness_mode = true;
290#endif
291 }
const zchar_t * strWebDomain
Web domain.
SDK_LANGUAGE_ID emLanguageID
The ID of the SDK language.
const zchar_t * strBrandingName
Branding name.
bool enableGenerateDump
Enable generate dump file if the app crashed.
bool enableLogByDefault
Enable log feature.
unsigned int uiLogFileSize
Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the fil...
const zchar_t * strSupportUrl
Support URL.
@ LANGUAGE_Unknown
For initialization.

References emLanguageID, enableGenerateDump, enableLogByDefault, LANGUAGE_Unknown, strBrandingName, strSupportUrl, strWebDomain, uiLogFileSize, and wrapperType.

Field Documentation

◆ emLanguageID

SDK_LANGUAGE_ID tagInitParam::emLanguageID

The ID of the SDK language.

Definition at line 259 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ enableGenerateDump

bool tagInitParam::enableGenerateDump

Enable generate dump file if the app crashed.

Definition at line 260 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ enableLogByDefault

bool tagInitParam::enableLogByDefault

Enable log feature.

Definition at line 261 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ rawdataOpts

RawDataOptions tagInitParam::rawdataOpts

Definition at line 263 of file zoom_sdk_def.h.

◆ strBrandingName

const zchar_t* tagInitParam::strBrandingName

Branding name.

Definition at line 257 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strSupportUrl

const zchar_t* tagInitParam::strSupportUrl

Support URL.

Definition at line 258 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strWebDomain

const zchar_t* tagInitParam::strWebDomain

Web domain.

Definition at line 256 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ uiLogFileSize

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 262 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ wrapperType

int tagInitParam::wrapperType

Definition at line 273 of file zoom_sdk_def.h.

Referenced by tagInitParam().