Video Management
Video Call End Metrics Available
Event |
| Payload
| |
Description | Push notification event when video call end metrics are available to be retrieved through Triggered on video calls started by either the | ||
Payload Summary |
| ||
Post Event Actions | Use the accountId in the authentication and callId in the request body of /video/RetrieveCallMetrics (from VideoCallActions ) to retrieve the call metrics. | ||
Notes | This webhook maybe delayed by up-to roughly 24 hours after the end of the call to fully rectify data. |
Video Call End Summary Available
Event |
| Payload
| |
Description | Push notification event when an end of video call summary is available to be retrieved through Triggered on video calls started by either the | ||
Payload Summary |
| ||
Post Event Actions | Use the accountId and a userId in the authentication and summaryId in the request body of /video/RetrieveCallSummaryDetails (from VideoCallActions ) to retrieve the call end summary details. | ||
Notes | For a given video call the end of video call summary is optional, so not all video calls will have associated summaries. |
Video Waiting Room Participant Ready
Event |
| Payload1{
2 "accountId": "string",
3 "owningUserId": "string or null",
4 "delegateUserIds": [
5 "string"
6 ],
7 "readyAtDatetime": "<YYYY-MM-ddThh:mm:ss.SSSZ>",
8 "participant": {
9 "id": "string or null",
10 "category": "string"
11 }
12} | |
Description | Push notification event when a participant is ready within the Updox video chat application Triggered by Updox video UI actions | ||
Payload Summary |
| ||
Post Event Actions | Use the event to prompt users to navigate into the Updox video chat application and meet with the given participant |
Video Waiting Room Public Access
Event |
| Payload
| |
Description | Push notification event when the public access of a waiting room is added or modified. Triggered by Updox video UI actions | ||
Payload Summary |
| ||
Post Event Actions | Use the accountId for authentication to call /video/RetrievePublicWaitingRooms (from VideoCallActions ) looking for the given waitingRoomId to retrieve and review the publicUrl and/or expiringPublicUrls . |