Logout
Function
This API is used to log out of Huawei Cloud Meeting. Call this API only after login.
Function Prototype
logout(onLogoutResult?: (ret: SDKERR, reason: string, logoutResult: LogoutResult) => void): voidlogout(onLogoutResult?: (ret: SDKERR, reason: string, logoutResult: LogoutResult) => void): void
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| onLogoutResult | Yes | (ret: SDKERR, reason: string, logoutResult: LogoutResult) => void | Logout callback. |
Return Values
void
Callback Method Parameters
(ret: SDKERR, reason: string, logoutResult: LogoutResult) => void
| Parameter | Type | Description |
|---|---|---|
| ret | For details about SDKERR, see Error Code Reference. | Error code. |
| reason | string | Error description. |
| logoutResult | LogoutResult | Logout result. |
| Parameter | Type | Description |
|---|---|---|
| userUuid | string | UUID, which is the unique user ID allocated by the system. |
| account | string | Account. |
| thirdAccount | string | Third-party account. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot