ZOOM SDK.
More...
Go to the source code of this file.
ZOOM SDK.
Definition in file zoom_sdk.h.
◆ CleanUPSDK()
Cleans up ZOOM SDK.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
- Note
- This function must not be called within any SDK callback. Calling CleanUPSDK() inside a callback may cause unexpected behavior.
◆ CreateAuthService()
Creates 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, this function returns an error.
◆ CreateMeetingService()
Creates 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, this function returns an error.
◆ CreateNetworkConnectionHelper()
Creates 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, this function returns an error.
◆ CreateSettingService()
Creates 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, this function returns an error.
◆ DestroyAuthService()
Destroys the specified authentication service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ DestroyMeetingService()
Destroys the specified meeting service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ DestroyNetworkConnectionHelper()
Destroys the specified network connection helper interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ DestroySettingService()
Destroys the specified setting service interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ GetSDKVersion()
Gets the version of ZOOM SDK.
- Returns
- If the function succeeds, it returns the version of ZOOM SDK.
◆ GetZoomLastError()
Gets ZOOM last error interface.
- Returns
- If the function succeeds, it returns an interface of ZOOM last error. If the function fails or there is no error, this function returns nullptr.
◆ InitSDK()
Initializes ZOOM SDK.
- Parameters
-
| initParam | The initialization parameter for ZOOM SDK. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ SwitchDomain()
Switches ZOOM SDK domain.
- Parameters
-
| new_domain | The new domain to switch to. |
| bForce | true to force the domain switch, false otherwise. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.