17 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, 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 BEGIN_ZOOM_SDK_NAMESPACE
SDKError
SDK error types. Here are more detailed structural descriptions.