Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
tagInitParam Struct Reference

Initialize the SDK Parameter. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagInitParam ()
 

Data Fields

const zchar_tstrWebDomain
 
const zchar_tstrBrandingName
 
const zchar_tstrSupportUrl
 
SDK_LANGUAGE_ID emLanguageID
 
bool enableGenerateDump
 
bool enableLogByDefault
 
unsigned int uiLogFileSize
 
RawDataOptions rawdataOpts
 
ConfigurableOptions obConfigOpts
 
int wrapperType
 

Detailed Description

Initialize the SDK Parameter.

Definition at line 359 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagInitParam()

tagInitParam::tagInitParam ( )
inline

Definition at line 395 of file zoom_sdk_def.h.

396 {
397 strWebDomain = nullptr;
398 strBrandingName = nullptr;
399 strSupportUrl = nullptr;
401 enableGenerateDump = false;
402 enableLogByDefault = false;
403 uiLogFileSize = 5;
404 wrapperType = 0;
405#if defined(WIN32)
406 hResInstance = (void*)-1;
407 uiWindowIconSmallID = 0;
408 uiWindowIconBigID = 0;
409 locale = SDK_APP_Locale_Default;
410 permonitor_awareness_mode = true;
411#endif
412 }
const zchar_t * strWebDomain
SDK_LANGUAGE_ID emLanguageID
const zchar_t * strBrandingName
bool enableGenerateDump
bool enableLogByDefault
unsigned int uiLogFileSize
const zchar_t * strSupportUrl
@ LANGUAGE_Unknown

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

Referenced by tagInitParam().

◆ enableGenerateDump

bool tagInitParam::enableGenerateDump

Enable generate dump file if the app crashed.

Definition at line 370 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ enableLogByDefault

bool tagInitParam::enableLogByDefault

Enable log feature.

Definition at line 372 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ obConfigOpts

ConfigurableOptions tagInitParam::obConfigOpts

The configuration options of the SDK.

Definition at line 378 of file zoom_sdk_def.h.

◆ rawdataOpts

RawDataOptions tagInitParam::rawdataOpts

rawdata options.

Definition at line 376 of file zoom_sdk_def.h.

◆ strBrandingName

const zchar_t* tagInitParam::strBrandingName

Branding name.

Definition at line 364 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strSupportUrl

const zchar_t* tagInitParam::strSupportUrl

Support URL.

Definition at line 366 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strWebDomain

const zchar_t* tagInitParam::strWebDomain

Web domain.

Definition at line 362 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 374 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ wrapperType

int tagInitParam::wrapperType

Wrapper type.

Definition at line 394 of file zoom_sdk_def.h.

Referenced by tagInitParam().