Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Conference Summary



Complete

complete page anchor

com.twilio.voice.insights.conference-summary.complete

Conference 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.voice.insights.conference-summary.complete",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VoiceInsights.ConferenceSummary/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"conference_sid" : "CF0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"friendly_name" : "Weekly Standup Meeting",
12
"start_time" : "2023-10-01T15:30:00Z",
13
"create_time" : "2023-10-01T15:00:00Z",
14
"end_time" : "2023-10-01T16:00:00Z",
15
"duration_seconds" : 3600,
16
"connect_duration_seconds" : 3550,
17
"status" : "completed",
18
"max_participants" : 100,
19
"max_concurrent_participants" : 45,
20
"unique_participants" : 50,
21
"end_reason" : "last_participant_left",
22
"ended_by" : "CA0000000000000000000000000000002",
23
"recording_enabled" : true,
24
"tags" : [
25
"silent"
26
],
27
"tag_info" : {
28
"duplicate_identity" : [
29
{
30
"participant_identity" : "PID12345",
31
"participant_sids" : [
32
"CP0000000000000000000000000000001"
33
]
34
}
35
],
36
"start_failure" : {
37
"reason" : "Conference had no participants"
38
}
39
},
40
"mixer_region" : "us1",
41
"mixer_region_requested" : "us1",
42
"detected_issues" : {
43
"call_quality" : 5,
44
"region_configuration" : 2,
45
"participant_behavior" : 3
46
},
47
"processing_state" : "in_progress"
48
}
49
}

Versions


com.twilio.voice.insights.conference-summary.partial

Conference Summary Partial 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.voice.insights.conference-summary.partial",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/VoiceInsights.ConferenceSummary/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"conference_sid" : "CF0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"friendly_name" : "Weekly Standup Meeting",
12
"start_time" : "2023-10-01T15:30:00Z",
13
"create_time" : "2023-10-01T15:00:00Z",
14
"end_time" : "2023-10-01T16:00:00Z",
15
"duration_seconds" : 3600,
16
"connect_duration_seconds" : 3550,
17
"status" : "completed",
18
"max_participants" : 100,
19
"max_concurrent_participants" : 45,
20
"unique_participants" : 50,
21
"end_reason" : "last_participant_left",
22
"ended_by" : "CA0000000000000000000000000000002",
23
"recording_enabled" : true,
24
"tags" : [
25
"silent"
26
],
27
"tag_info" : {
28
"duplicate_identity" : [
29
{
30
"participant_identity" : "PID12345",
31
"participant_sids" : [
32
"CP0000000000000000000000000000001"
33
]
34
}
35
],
36
"start_failure" : {
37
"reason" : "Conference had no participants"
38
}
39
},
40
"mixer_region" : "us1",
41
"mixer_region_requested" : "us1",
42
"detected_issues" : {
43
"call_quality" : 5,
44
"region_configuration" : 2,
45
"participant_behavior" : 3
46
},
47
"processing_state" : "in_progress"
48
}
49
}

Versions