Meeting End Notification
API Description
A notification is sent when a meeting ended.
Method Definition
1 2 3 4 5 6 7 |
/** * Notifies you when a meeting ended. * * @param retCode Indicates the error code returned after the meeting ended. * @param desc Indicates the error message returned after the meeting ended. */ void onConfEnded(int retCode, String desc); |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
retCode |
Yes |
int |
Error code returned after the meeting ended. |
desc |
Yes |
String |
Error message returned after the meeting ended. |
Return Values
None
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