Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Video Room Summary



Complete

complete page anchor

com.twilio.video.insights.room-summary.complete

Video Room Summary Complete events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.video.insights.room-summary.complete",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VideoInsights.RoomSummaryApi/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"room_sid" : "RM0000000000000000000000000000001",
10
"room_name" : "My room",
11
"room_type" : "go",
12
"account_sid" : "AC0000000000000000000000000000001",
13
"create_time" : "2025-01-01T00:00:00.000Z",
14
"end_time" : "2025-01-01T00:15:00.000Z",
15
"duration_sec" : 248,
16
"total_participant_duration_sec" : 465,
17
"total_recording_duration_sec" : 464,
18
"status" : "in-progress",
19
"processing_state" : "complete",
20
"created_method" : "api",
21
"end_reason" : "disconnected_via_api",
22
"max_participants_allowed" : 4,
23
"participants" : 4,
24
"unique_participant_identities" : 2,
25
"max_concurrent_participants" : 2,
26
"codecs" : [
27
"VP8"
28
],
29
"media_region" : "us1",
30
"recording_enabled" : true,
31
"detected_issues" : {
32
"details" : [
33
{
34
"issue_type" : "packet_loss",
35
"severity" : "high",
36
"properties" : {
37
"participant_sid" : "PA0000000000000000000000000000001",
38
"participant_identity" : "00000000-0000-0000-0000-000000000001",
39
"directions" : [
40
"outbound"
41
]
42
}
43
}
44
]
45
}
46
}
47
}

Versions