Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagConfigurableOptions Struct Reference

#include <zoom_sdk_def.h>

Public Member Functions

 tagConfigurableOptions ()
 

Data Fields

CustomizedLanguageInfo customizedLang
 
int optionalFeatures
 
const zchar_tsdkPathPostfix
 

Detailed Description

Definition at line 236 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 243 of file zoom_sdk_def.h.

244 {
246 sdkPathPostfix = nullptr;
247 }
const zchar_t * sdkPathPostfix

References optionalFeatures, and sdkPathPostfix.

Field Documentation

◆ customizedLang

CustomizedLanguageInfo tagConfigurableOptions::customizedLang

The custom resource information.

Definition at line 239 of file zoom_sdk_def.h.

◆ optionalFeatures

int tagConfigurableOptions::optionalFeatures

Additional functional configuration. The function currently supports whether to use the custom UI mode only. When the value of the optionalFeatures&ENABLE_CUSTOMIZED_UI_FLAG is true, it means the custom UI mode will be used. Otherwise the Zoom UI mode will be used.

Definition at line 241 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().

◆ sdkPathPostfix

const zchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 242 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().