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

#include <zoom_sdk_def.h>

Public Member Functions

 tagConfigurableOptions ()
 

Data Fields

const zchar_tsdkPathPostfix
 

Detailed Description

Definition at line 315 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 324 of file zoom_sdk_def.h.

325 {
326 #if defined(WIN32)
327 optionalFeatures = 0;
328 #endif
329 sdkPathPostfix = nullptr;
330 }
const zchar_t * sdkPathPostfix

References sdkPathPostfix.

Field Documentation

◆ sdkPathPostfix

const zchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 323 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().