Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Log Analyzer



Participant Summary

participant-summary page anchor

com.twilio.video.insights.log-analyzer.participant-summary

Log Analyzer Participant Summary 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.log-analyzer.participant-summary",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VideoInsights.VideoLogAnalyzerParticipantSummary/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"participant_sid" : "PA0000000000000000000000000000001",
10
"participant_identity" : "00000000-0000-0000-0000-000000000001",
11
"join_time" : "2025-01-01T00:00:00.000Z",
12
"leave_time" : "2025-01-01T00:01:00.000Z",
13
"duration_sec" : 60,
14
"recording_duration_sec" : 60,
15
"call_sid" : "CA0000000000000000000000000000001",
16
"account_sid" : "AC0000000000000000000000000000001",
17
"room_sid" : "RM0000000000000000000000000000001",
18
"status" : "in_progress",
19
"codecs" : [
20
"VP8"
21
],
22
"end_reason" : "disconnected_via_api",
23
"error_code" : 53002,
24
"error_code_url" : "https://www.twilio.com/docs/api/errors/53002",
25
"media_region" : "us1",
26
"record_on_connect" : true,
27
"is_adhoc" : false,
28
"num_audio_tracks" : 1,
29
"num_video_tracks" : 1,
30
"num_data_tracks" : 0,
31
"edge_location" : "ashburn",
32
"publisher_info" : {
33
"name" : "twilio-video.js",
34
"sdk_version" : "2.28.1",
35
"platform_name" : "Windows",
36
"platform_version" : "10",
37
"device_manufacturer" : "Unknown",
38
"device_model" : "Other",
39
"device_architecture" : "amd64",
40
"browser_name" : "Electron",
41
"browser_version" : "28.2.0",
42
"browser_major" : "28"
43
},
44
"properties" : {
45
"record_on_connect" : true,
46
"is_adhoc" : false,
47
"num_audio_tracks" : 1,
48
"num_video_tracks" : 1,
49
"num_data_tracks" : 0
50
}
51
}
52
}

Versions


com.twilio.video.insights.log-analyzer.room-summary

Log Analyzer Room Summary 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.log-analyzer.room-summary",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VideoInsights.VideoLogAnalyzerRoomSummary/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"room_sid" : "RM0000000000000000000000000000001",
11
"room_name" : "My room",
12
"create_time" : "2025-01-01T00:00:00.000Z",
13
"end_time" : "2025-01-01T00:15:00.000Z",
14
"room_type" : "go",
15
"room_status" : "in-progress",
16
"status_callback" : "https://mycompany.com/my-endpoint",
17
"status_callback_method" : "POST",
18
"created_method" : "api",
19
"end_reason" : "disconnected_via_api",
20
"max_participants" : 4,
21
"unique_participants" : 2,
22
"unique_participant_identities" : 2,
23
"concurrent_participants" : 2,
24
"max_concurrent_participants" : 2,
25
"codecs" : [
26
"VP8"
27
],
28
"media_region" : "us1",
29
"room_region" : "us1",
30
"duration_sec" : 248,
31
"total_participant_duration_sec" : 465,
32
"total_recording_duration_sec" : 464,
33
"processing_state" : "complete",
34
"recording_enabled" : true,
35
"edge_location" : "ashburn"
36
}
37
}

Versions