Help Center/
Meeting/
Client SDK Reference/
Electron SDK/
APIs/
Meeting Control Objects/
Rejecting a Meeting Invitation
Updated on 2025-07-28 GMT+08:00
Rejecting a Meeting Invitation
Function
This API is used to reject a meeting invitation.
Function Prototype
rejectConf(onRejectConfResult?: (ret: SDKERR, reason: string) => void): voidrejectConf(onRejectConfResult?: (ret: SDKERR, reason: string) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onRejectConfResult | Yes | (ret: SDKERR, reason: string) => void | Callback of rejecting a meeting invitation. |
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. |
Parent topic: Meeting Control Objects
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot