ZOOM SDK.
More...
Go to the source code of this file.
◆ CleanUPSDK()
Clean up ZOOM SDK.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreateAuthService()
Create authentication service interface.
- Parameters
-
ppAuthService | An object pointer to the IAuthService*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppAuthService is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreateCalenderService()
Create calender service interface.
- Parameters
-
ppCalenderService | An object pointer to the ICalenderService*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppCalenderService is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreateMeetingService()
Create meeting service interface.
- Parameters
-
ppMeetingService | An object pointer to the IMeetingService*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppMeetingService is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreateNetworkConnectionHelper()
Create network connection helper interface.
- Parameters
-
ppNetworkHelper | An object pointer to the INetworkConnectionHelper*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppNetworkHelper is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreatePreMeetingService()
Create pre-meeting service interface.
- Parameters
-
ppPreMeetingService | An object pointer to the IPreMeetingService*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppCalenderService is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ CreateSettingService()
Create setting service interface.
- Parameters
-
ppSettingService | An object pointer to the ISettingService*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success while the value of ppSettingService is not NULL. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyAuthService()
Destroy the specified authentication service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyCalenderService()
Destroy the specified account service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyMeetingService()
Destroy the specified meeting service Interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyNetworkConnectionHelper()
Destroy the specified network connection helper interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyPreMeetingService()
Destroy the specified pre-meeting service Interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroySettingService()
Destroy the specified setting service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetVersion()
SDK_API const wchar_t* GetVersion |
( |
| ) |
|
Get the version of ZOOM SDK.
- Returns
- The version of ZOOM SDK.
◆ GetZoomLastError()
Get ZOOM last error interface.
- Returns
- If the function succeeds, the return value is an interface of ZOOM last error. If the function fails or there is no error, the return value is NULL. For more information, see IZoomLastError
◆ InitSDK()
Initialize ZOOM SDK.
- Parameters
-
[out] | initParam | Initialize the parameter of ZOOM SDK. For more details, see InitParam structure. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.