ConferenceParticipantsSummary
A Conference Summary provides an overview for a conference Call.
View-Specific Information
Select
Twilio allows only a small subset of columns to be used in the WHERE clause of a SELECT query. The provider uses the Twilio api to process WHERE clause conditions built with the following columns and operator:
- Label, ConferenceSid and ParticipantSid supports = operator.
SELECT * FROM ConferenceParticipantsSummary where ConferenceSid='CF5fc41d7970eb504f89a27d91a0c31350';
Columns
| Name | Type | References | Description |
| ParticipantSid [KEY] | String | SID for this participant. | |
| ConferenceSid | String | The unique SID identifier of the Conference. | |
| CallSid | String | Unique SID identifier of the call that generated the Participant resource. | |
| AccountSid | String | The Id of the account that created this Conference resource. | |
| Label | String | The user-specified label of this participant. | |
| CallDirection | String | Call direction of the participant; inbound or outbound.
The allowed values are inbound, outbound. | |
| From | String | Caller ID of the calling party. | |
| To | String | Called party. | |
| CallStatus | String | Call status of the call that generated the participant.
The allowed values are answered, completed, busy, fail, noanswer, ringing, canceled. | |
| CountryCode | String | ISO alpha-2 country code of the participant based on caller ID or called number. | |
| IsModerator | Boolean | Indicates whether participant had startConferenceOnEnter=true or endConferenceOnExit=true. | |
| JoinTime | Datetime | ISO 8601 timestamp of participant join event. | |
| LeaveTime | Datetime | ISO 8601 timestamp of participant leave event. | |
| DurationSeconds | Integer | Participant durations in seconds. | |
| OutboundQueueLength | Integer | Add Participant API only. Estimated time in queue at call creation. | |
| OutboundTimeInQueue | Integer | Add Participant API only. Actual time in queue in seconds. | |
| JitterBufferSize | String | The Jitter Buffer Size of this Conference Participant.
The allowed values are large, small, medium, off.. | |
| IsCoach | Boolean | Indicated whether participant was a coach. | |
| CoachParticipants | String | Call SIDs coached by this participant. | |
| ParticipantRegion | String | Twilio region where the participant media was mixed.
The allowed values are us1, us2, ie1, de1, sg1, br1, au1, jp1, in1. | |
| ConferenceRegion | String | Twilio region where the conference media was mixed.
The allowed values are us1, us2, ie1, de1, sg1, br1, au1, jp1, in1. | |
| CallType | String | The Call Type of this Conference Participant.
The allowed values are carrier, client, sip. | |
| ProcessingState | String | Processing state for the Conference Summary resource.
The allowed values are complete, in_progress, timeout. | |
| PropertiesStartConferenceOnEnter | Boolean | Indicates whether the participant was configured to start the conference upon entering. | |
| PropertiesEndConferenceOnExit | Boolean | Indicates whether the conference was set to end when this participant exited. | |
| PropertiesPlayEarlyMedia | Boolean | Indicates whether early media was played to the participant before joining the conference. | |
| PropertiesEnterMuted | Boolean | Indicates whether the participant joined the conference in muted state. | |
| PropertiesBeepOnEnter | Boolean | Indicates whether a beep sound was played when the participant entered the conference. | |
| PropertiesBeepOnExit | Boolean | Indicates whether a beep sound was played when the participant exited the conference. | |
| MetricsInboundTotalPacketsLost | Integer | Total number of inbound RTP packets lost during the participant's session. | |
| MetricsInboundTotalPacketsReceived | Integer | Total number of inbound RTP packets successfully received during the session. | |
| MetricsInboundPacketLossPercentage | Decimal | Percentage of inbound RTP packets lost during the session. | |
| MetricsInboundJitterAvg | Decimal | Average inbound network jitter experienced during the session. | |
| MetricsInboundJitterMax | Decimal | Maximum inbound network jitter experienced during the session. | |
| MetricsInboundLatencyAvg | Decimal | Average inbound network latency during the session. | |
| MetricsInboundLatencyMax | Decimal | Maximum inbound network latency during the session. | |
| MetricsInboundMos | Decimal | Mean Opinion Score (MOS) representing inbound audio quality for the participant. | |
| MetricsOutboundTotalPacketsLost | Integer | Total number of outbound RTP packets lost during the participant's session. | |
| MetricsOutboundTotalPacketsReceived | Integer | Total number of outbound RTP packets successfully sent during the session. | |
| MetricsOutboundPacketLossPercentage | Decimal | Percentage of outbound RTP packets lost during the session. | |
| MetricsOutboundJitterAvg | Decimal | Average outbound network jitter during the session. | |
| MetricsOutboundJitterMax | Decimal | Maximum outbound network jitter during the session. | |
| MetricsOutboundLatencyAvg | Decimal | Average outbound network latency during the session. | |
| MetricsOutboundLatencyMax | Decimal | Maximum outbound network latency during the session. | |
| MetricsOutboundMos | Decimal | Mean Opinion Score (MOS) representing outbound audio quality for the participant. | |
| EventsMute | String | Indicates mute/unmute events triggered for the participant during the conference. | |
| EventsHold | String | Indicates hold/unhold events triggered for the participant during the conference. | |
| Url | String | The URI of this resource. |