|
Meeting SDK for Windows API Reference
|
ZOOM SDK. More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Functions | |
| SDK_API SDKError | InitSDK (InitParam &initParam) |
| Initializes ZOOM SDK. | |
| SDK_API SDKError | SwitchDomain (const zchar_t *new_domain, bool bForce) |
| Switches ZOOM SDK domain. | |
| SDK_API SDKError | CreateMeetingService (IMeetingService **ppMeetingService) |
| Creates meeting service interface. | |
| SDK_API SDKError | DestroyMeetingService (IMeetingService *pMeetingService) |
| Destroys the specified meeting service interface. | |
| SDK_API SDKError | CreateAuthService (IAuthService **ppAuthService) |
| Creates authentication service interface. | |
| SDK_API SDKError | DestroyAuthService (IAuthService *pAuthService) |
| Destroys the specified authentication service interface. | |
| SDK_API SDKError | CreateSettingService (ISettingService **ppSettingService) |
| Creates setting service interface. | |
| SDK_API SDKError | DestroySettingService (ISettingService *pSettingService) |
| Destroys the specified setting service interface. | |
| SDK_API SDKError | CreateNetworkConnectionHelper (INetworkConnectionHelper **ppNetworkHelper) |
| Creates network connection helper interface. | |
| SDK_API SDKError | DestroyNetworkConnectionHelper (INetworkConnectionHelper *pNetworkHelper) |
| Destroys the specified network connection helper interface. | |
| SDK_API SDKError | CleanUPSDK () |
| Cleans up ZOOM SDK. | |
| SDK_API const zchar_t * | GetSDKVersion () |
| Gets the version of ZOOM SDK. | |
| SDK_API const IZoomLastError * | GetZoomLastError () |
| Gets ZOOM last error interface. | |
ZOOM SDK.
Definition in file zoom_sdk.h.
Cleans up ZOOM SDK.
References SDK_API.
| SDK_API SDKError CreateAuthService | ( | IAuthService ** | ppAuthService | ) |
Creates authentication service interface.
| ppAuthService | An object pointer to the IAuthService*. |
References SDK_API.
| SDK_API SDKError CreateMeetingService | ( | IMeetingService ** | ppMeetingService | ) |
Creates meeting service interface.
| ppMeetingService | An object pointer to the IMeetingService*. |
References SDK_API.
| SDK_API SDKError CreateNetworkConnectionHelper | ( | INetworkConnectionHelper ** | ppNetworkHelper | ) |
Creates network connection helper interface.
| ppNetworkHelper | An object pointer to the INetworkConnectionHelper*. |
References SDK_API.
| SDK_API SDKError CreateSettingService | ( | ISettingService ** | ppSettingService | ) |
Creates setting service interface.
| ppSettingService | An object pointer to the ISettingService*. |
References SDK_API.
| SDK_API SDKError DestroyAuthService | ( | IAuthService * | pAuthService | ) |
Destroys the specified authentication service interface.
| pAuthService | A pointer to the IAuthService to be destroyed. |
References SDK_API.
| SDK_API SDKError DestroyMeetingService | ( | IMeetingService * | pMeetingService | ) |
Destroys the specified meeting service interface.
| pMeetingService | A pointer to the IMeetingService to be destroyed. |
References SDK_API.
| SDK_API SDKError DestroyNetworkConnectionHelper | ( | INetworkConnectionHelper * | pNetworkHelper | ) |
Destroys the specified network connection helper interface.
| pNetworkHelper | A pointer to the INetworkConnectionHelper to be destroyed. |
References SDK_API.
| SDK_API SDKError DestroySettingService | ( | ISettingService * | pSettingService | ) |
Destroys the specified setting service interface.
| pSettingService | A pointer to the ISettingService to be destroyed. |
References SDK_API.
Gets the version of ZOOM SDK.
References SDK_API.
| SDK_API const IZoomLastError * GetZoomLastError | ( | ) |
Gets ZOOM last error interface.
References SDK_API.
Initializes ZOOM SDK.
| initParam | The initialization parameter for ZOOM SDK. |
References SDK_API.
Switches ZOOM SDK domain.
| new_domain | The new domain to switch to. |
| bForce | true to force the domain switch, false otherwise. |
References SDK_API.