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_t * | sdkPathPostfix |
SDK configuration options.
Definition at line 173 of file zoom_sdk_def.h.
|
inline |
Definition at line 178 of file zoom_sdk_def.h.
References optionalFeatures, and sdkPathPostfix.
CustomizedLanguageInfo tagConfigurableOptions::customizedLang |
The custom resource information.
Definition at line 175 of file zoom_sdk_def.h.
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().
const zchar_t* tagConfigurableOptions::sdkPathPostfix |
Definition at line 177 of file zoom_sdk_def.h.
Referenced by tagConfigurableOptions().