Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Video Track Summary



Complete

complete page anchor

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

Video Track 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.track-summary.complete",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VideoInsights.TrackSummaryApi/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"room_sid" : "RM0000000000000000000000000000001",
11
"participant_sid" : "PA0000000000000000000000000000001",
12
"track_sid" : "MT0000000000000000000000000000001",
13
"track_type" : "localVideoTrack",
14
"direction" : "outbound",
15
"codec" : "VP8",
16
"start_time" : "2025-01-01T00:00:00.000Z",
17
"end_time" : "2025-01-01T00:00:00.000Z",
18
"duration_secs" : 120,
19
"metrics" : {
20
"packets" : {
21
"count" : 10,
22
"percentage" : 15.23,
23
"avg" : 5.12,
24
"min" : 1.23,
25
"max" : 9.26,
26
"p25" : 2.22,
27
"p50" : 5.01,
28
"p99" : 9.2,
29
"p75" : 7.99
30
},
31
"packets_lost" : {
32
"count" : 10,
33
"percentage" : 15.23,
34
"avg" : 5.12,
35
"min" : 1.23,
36
"max" : 9.26,
37
"p25" : 2.22,
38
"p50" : 5.01,
39
"p99" : 9.2,
40
"p75" : 7.99
41
},
42
"bytes" : {
43
"count" : 10,
44
"percentage" : 15.23,
45
"avg" : 5.12,
46
"min" : 1.23,
47
"max" : 9.26,
48
"p25" : 2.22,
49
"p50" : 5.01,
50
"p99" : 9.2,
51
"p75" : 7.99
52
},
53
"bitrate_kbps" : {
54
"count" : 10,
55
"percentage" : 15.23,
56
"avg" : 5.12,
57
"min" : 1.23,
58
"max" : 9.26,
59
"p25" : 2.22,
60
"p50" : 5.01,
61
"p99" : 9.2,
62
"p75" : 7.99
63
},
64
"round_trip_time_ms" : {
65
"count" : 10,
66
"percentage" : 15.23,
67
"avg" : 5.12,
68
"min" : 1.23,
69
"max" : 9.26,
70
"p25" : 2.22,
71
"p50" : 5.01,
72
"p99" : 9.2,
73
"p75" : 7.99
74
},
75
"frame_rate" : {
76
"count" : 10,
77
"percentage" : 15.23,
78
"avg" : 5.12,
79
"min" : 1.23,
80
"max" : 9.26,
81
"p25" : 2.22,
82
"p50" : 5.01,
83
"p99" : 9.2,
84
"p75" : 7.99
85
},
86
"jitter_ms" : {
87
"count" : 10,
88
"percentage" : 15.23,
89
"avg" : 5.12,
90
"min" : 1.23,
91
"max" : 9.26,
92
"p25" : 2.22,
93
"p50" : 5.01,
94
"p99" : 9.2,
95
"p75" : 7.99
96
}
97
},
98
"detected_issues" : {
99
"details" : [
100
{
101
"issue_type" : "packet_loss",
102
"severity" : "high"
103
}
104
]
105
}
106
}
107
}

Versions