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

SDK configuration options. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagConfigurableOptions ()
 

Data Fields

CustomizedLanguageInfo customizedLang
 The custom resource information.
 
int 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.
 
const zchar_tsdkPathPostfix
 

Detailed Description

SDK configuration options.

Remarks
This structure is used only for the SDK initialization to configure the custom resource file and choose whether to use the UI mode. Here are more detailed structural descriptions.

Definition at line 173 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 178 of file zoom_sdk_def.h.

179 {
181 sdkPathPostfix = nullptr;
182 }
const zchar_t * sdkPathPostfix
int optionalFeatures
Additional functional configuration. The function currently supports whether to use the custom UI mod...

References optionalFeatures, and sdkPathPostfix.

Field Documentation

◆ customizedLang

CustomizedLanguageInfo tagConfigurableOptions::customizedLang

The custom resource information.

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

Referenced by tagConfigurableOptions().

◆ sdkPathPostfix

const zchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 177 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().