Overview
Use Limits
Category | Relevant API | Event Notification |
Document transcoding | ||
| | |
Real-time recording | ||
| | |
| | |
| | |
Whiteboard stream push | ||
| | |
Sign = md5(CallbackKey+ExpireTime)
CallbackKey = Xz4ZgayTr7rMgWQrHExpireTime = 1588040109Sign = md5(Xz4ZgayTr7rMgWQrH1588040109) = a2dabb362a9b811c0e26953a6276a41c
ExpireTime and Sign parameter when you reveive a callback request. You can calculate and verify whether the request comes from Tencent Cloud based on these two values and the callback key you set.Parameter Name | Type | Description |
Timestamp | Integer | Unix timestamp generated by events, whose unit is second. |
SdkAppId | Integer | TIW application SdkAppId that triggers the event. |
ExpireTime | Integer | The Unix timestamp for the signature expiration time with the unit being second. If the current time is later than the expiration time, the request can be deemed invalid by the backend. |
Sign | String | Callback signature. You may verify the consistency of the signature according to the method described in the event callback authentication, thereby confirming whether the request is from Tencent Cloud. |
EventType | String | Type of event. |
EventData | JSON | Specific event information, detailed in the event documentation. |
{"EventData": {"ResultUrl": "","Pages": 21,"Progress": 10,"Resolution": "960x540","TaskId": "gaqvbm16jr2q4uhm23rb","Title": "Example.pptx"},"EventType": "PPT2H5ProgressChanged","ExpireTime": 1588040109,"SdkAppId": 1400000001,"Sign": "a2dabb362a9b811c0e26953a6276a41c","Timestamp": 1590045522}
200. When the server ignores the specific content of the response packet, for the sake of a more amicable protocol, it is recommended that JSON: {"error_code":0} is in the response from clients.200.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback