16 class ICalenderService;
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 BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.