Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_sdk.h
Go to the documentation of this file.
1
5
6#ifndef _ZOOM_SDK_H_
7#define _ZOOM_SDK_H_
8#include "zoom_sdk_def.h"
9
11extern "C"
12{
13 class IMeetingService;
14 class IAuthService;
15 class ISettingService;
16 class ICalenderService;
18
25
32 SDK_API SDKError SwitchDomain(const zchar_t* new_domain, bool bForce);
33
40
47
54
61
68
75
82
89
96
102
108}
109
111#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,...
SDK_API SDKError CreateAuthService(IAuthService **ppAuthService)
Creates authentication service interface.
SDK_API SDKError CreateNetworkConnectionHelper(INetworkConnectionHelper **ppNetworkHelper)
Creates network connection helper interface.
SDK_API SDKError CreateMeetingService(IMeetingService **ppMeetingService)
Creates meeting service interface.
SDK_API SDKError CreateSettingService(ISettingService **ppSettingService)
Creates setting service interface.
SDK_API SDKError DestroyMeetingService(IMeetingService *pMeetingService)
Destroys the specified meeting service interface.
SDK_API SDKError CleanUPSDK()
Cleans up ZOOM SDK.
SDK_API SDKError DestroyNetworkConnectionHelper(INetworkConnectionHelper *pNetworkHelper)
Destroys the specified network connection helper interface.
SDK_API SDKError DestroyAuthService(IAuthService *pAuthService)
Destroys the specified authentication service interface.
SDK_API SDKError DestroySettingService(ISettingService *pSettingService)
Destroys the specified setting service interface.
SDK_API SDKError InitSDK(InitParam &initParam)
Initializes ZOOM SDK.
SDK_API const IZoomLastError * GetZoomLastError()
Gets ZOOM last error interface.
SDK_API const zchar_t * GetSDKVersion()
Gets the version of ZOOM SDK.
SDK_API SDKError SwitchDomain(const zchar_t *new_domain, bool bForce)
Switches ZOOM SDK domain.
ZOOM windows SDK Common Definition File.
struct tagInitParam InitParam
Initialize the SDK Parameter.
#define END_ZOOM_SDK_NAMESPACE
#define SDK_API
#define BEGIN_ZOOM_SDK_NAMESPACE
char zchar_t
SDKError
Enumeration of common errors of SDK.