Windows SDK API Reference
Loading...
Searching...
No Matches
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 wchar_t* new_domain, bool bForce);
33
39
45
51
57
63
69
75
80
83 SDK_API const wchar_t* GetSDKVersion();
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 ...
Definition: zoom_sdk_def.h:294
Initialize the SDK Parameter. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:230
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 const wchar_t * GetSDKVersion()
Get the version of ZOOM SDK.
SDK_API SDKError SwitchDomain(const wchar_t *new_domain, bool bForce)
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.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define SDK_API
Definition: zoom_sdk_def.h:16
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30