Canceling a Meeting
Function
This API is used to cancel a scheduled meeting. 1. Call this API only after login. 2. Call this API to cancel a meeting that has not started. If the meeting has started, a failure message is returned.
Function Prototype
cancelConf(cancelConfParam: CancelConfParam, onCancelConfResult?: (ret: SDKERR, reason: string) => void): voidcancelConf(cancelConfParam: CancelConfParam, onCancelConfResult?: (ret: SDKERR, reason: string) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
cancelConfParam | Yes | CancelConfParam | Parameters for canceling a meeting. |
onCancelConfResult | Yes | (ret: SDKERR, reason: string) => void | Callback of canceling the meeting. |
Parameter | Mandatory | Type | Description |
---|---|---|---|
confId | Yes | string | Meeting ID. |
isForceCancel | No | boolean | Whether to forcibly cancel the meeting. You can forcibly cancel an ongoing meeting. (This parameter is valid only for the Windows platform.) |
Return Values
void
Callback Method Parameters
(ret: SDKERR, reason: string) => void
Parameter | Type | Description |
---|---|---|
ret | For details about SDKERR, see Error Code Reference. | Error code. |
reason | string | Error description. |
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