Get a specific Conference Participant Summary for a Conference.
Get a specific Conference Participant Summary for a Conference.
Path parameters
-
The unique SID identifier of the Conference.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^CF[0-9a-fA-F]{32}$
. -
The unique SID identifier of the Participant.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^CP[0-9a-fA-F]{32}$
.
GET
/v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid}
curl \
--request GET 'https://insights.twilio.com/v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid}' \
--user "username:password"
Response examples (200)
{
"to": "+1000000001",
"url": "https://insights.twilio.com/v1/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"from": "+10000000000",
"label": null,
"events": {
"mute": [
1633705131000
]
},
"metrics": {
"inbound": {
"mos": 4.4,
"jitter": {
"avg": 0.34,
"max": 0.53
},
"latency": {
"avg": 0,
"max": 0
},
"total_packets_lost": 0,
"packet_loss_percentage": 0,
"total_packets_received": 49
},
"outbound": {
"mos": 4.4,
"jitter": {
"avg": 0.01,
"max": 0.01
},
"latency": {
"avg": 0,
"max": 0
},
"total_packets_lost": 0,
"packet_loss_percentage": 0,
"total_packets_received": 126
}
},
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"is_coach": false,
"call_type": "carrier",
"join_time": "2021-10-08T02:58:59Z",
"leave_time": "2021-10-08T03:00:02Z",
"properties": {
"enter_muted": true,
"beep_on_exit": false,
"beep_on_enter": false,
"play_early_media": false,
"end_conference_on_exit": false,
"start_conference_on_enter": false
},
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"call_status": "completed",
"country_code": "US",
"is_moderator": true,
"call_direction": "outbound",
"conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"participant_sid": "CPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"duration_seconds": 64,
"processing_state": "complete",
"conference_region": "us1",
"jitter_buffer_size": null,
"participant_region": "us1",
"coached_participants": null,
"outbound_queue_length": 0,
"outbound_time_in_queue": 965
}