Pushing Invitation Results
This event can be used to notify the result of inviting a participant or the cause of leaving a meeting.
Parameter |
Type |
Description |
---|---|---|
action |
String |
"InviteResultNotify" |
version |
Long |
For a full message, the value is the timestamp (in milliseconds) when the message is generated. For an incremental message, the value is a sequence number in ascending order. |
createTime |
Long |
Timestamp when a message is generated, in milliseconds. |
msgID |
String |
Unique message ID. |
msgMode |
Integer |
Message mode. 0: full message. 1: incremental message. |
confID |
String |
ID of the subscribed-to meeting. |
data |
Array of InviteResultDTO objects |
Invitation result list. For details, see the InviteResultDTO data structure. |
Example
{ "data": [{ "callNumber": "+86571299676493248", "resultCode": "0" }], "confID": "900487914", "msgID": "23a4ed3a62d111eb980a8f4b46ea6930", "msgMode": 0, "version": 1611993595063, "createTime": 1611993595063, "action": "InviteResultNotify" }
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