ZOOM SDK.
More...
Go to the source code of this file.
ZOOM SDK.
Definition in file zoom_sdk.h.
◆ CleanUPSDK()
Clean up ZOOM SDK.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
- Note
- This function must not be called within any SDK callback. Calling CleanUPSDK() inside a callback may cause unexpected behavior.
◆ 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 nullptr. Otherwise failed.
◆ 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 nullptr. Otherwise failed.
◆ 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 nullptr. Otherwise failed.
◆ 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 nullptr. Otherwise failed.
◆ DestroyAuthService()
Destroy the specified authentication service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
◆ DestroyMeetingService()
Destroy the specified meeting service Interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
◆ DestroyNetworkConnectionHelper()
Destroy the specified network connection helper interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
◆ DestroySettingService()
Destroy the specified setting service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
◆ GetSDKVersion()
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 nullptr.
◆ InitSDK()
Initialize ZOOM SDK.
- Parameters
-
[out] | initParam | Initialize the parameter of ZOOM SDK. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed.
◆ SwitchDomain()