APIs
Parameters in a request body are as follows.
Parameter |
Type |
Description |
---|---|---|
appID |
String |
Subscriber ID in the configuration under the Meeting Event Push tab. |
timestamp |
Integer |
Message timestamp, in milliseconds. |
nonce |
String |
Random string. |
signature |
String |
Message body signature generated using hmacSHA256(appID + timestamp + nonce + eventInfo, appkey), in which appkey indicates the password in the configuration under the Meeting Event Push tab. Enterprise developers can verify data integrity using the signature. eventInfo in the signature algorithm is a JSON character string converted from the event information object. |
eventInfo |
Event information. |
Parameter |
Type |
Description |
---|---|---|
event |
String |
Event type. Values:
|
timestamp |
Integer |
Event timestamp, in milliseconds. |
payload |
Event content. |
Parameter |
Type |
Description |
---|---|---|
meetingID |
String |
Meeting ID. |
meetingUUID |
String |
Meeting UUID. |
meetingCycleSubID |
String |
Recurring meeting UUID. |
Parameters in the response body are as follows.
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