Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
zoom_sdk.h
Go to the documentation of this file.
1
7#ifndef _ZOOM_SDK_H_
8#define _ZOOM_SDK_H_
9#include "zoom_sdk_def.h"
10
12extern "C"
13{
14 class IMeetingService;
15 class IAuthService;
16 class ISettingService;
17 class ICalenderService;
19
25
26
27 SDK_API SDKError SwitchDomain(const zchar_t* new_domain, bool bForce);
33
39
45
51
57
63
69
75
80
84
90}
91
93#endif
Authentication Service Interface.
Meeting Service Interface.
The network connection helper interface.
Meeting setting interface.
Error mechanism interface provided by the SDK This feature is gradually improved, so some errors may ...
Initialize the SDK Parameter. Here are more detailed structural descriptions.
SDK_API SDKError CreateAuthService(IAuthService **ppAuthService)
Create authentication service interface.
SDK_API SDKError CreateNetworkConnectionHelper(INetworkConnectionHelper **ppNetworkHelper)
Create network connection helper interface.
SDK_API SDKError CreateMeetingService(IMeetingService **ppMeetingService)
Create meeting service interface.
SDK_API SDKError CreateSettingService(ISettingService **ppSettingService)
Create setting service interface.
SDK_API SDKError DestroyMeetingService(IMeetingService *pMeetingService)
Destroy the specified meeting service Interface.
SDK_API SDKError CleanUPSDK()
Clean up ZOOM SDK.
SDK_API SDKError DestroyNetworkConnectionHelper(INetworkConnectionHelper *pNetworkHelper)
Destroy the specified network connection helper interface.
SDK_API SDKError DestroyAuthService(IAuthService *pAuthService)
Destroy the specified authentication service interface.
SDK_API SDKError DestroySettingService(ISettingService *pSettingService)
Destroy the specified setting service interface.
SDK_API SDKError InitSDK(InitParam &initParam)
Initialize ZOOM SDK.
SDK_API const IZoomLastError * GetZoomLastError()
Get ZOOM last error interface.
SDK_API const zchar_t * GetSDKVersion()
Get the version of ZOOM SDK.
SDK_API SDKError SwitchDomain(const zchar_t *new_domain, bool bForce)
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define SDK_API
#define BEGIN_ZOOM_SDK_NAMESPACE
char zchar_t
SDKError
SDK error types. Here are more detailed structural descriptions.