ConferenceSummary
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:
- Status, FriendlyName, EndReason, MixerRegion, and Sid supports the = operator.
- DateCreated supports the =, >, <, >=, <= operators.
SELECT * FROM ConferenceSummary;
SELECT * FROM ConferenceSummary where Sid = 'CF5843bda0e992d145a0c989a33e2ba7d0';
Columns
| Name | Type | References | Description |
| Sid [KEY] | String | The unique string that we created to identify this conference resource. | |
| AccountSid | String | The Id of the account that created this Conference resource. | |
| Name | String | A string that you assigned to describe this conference room. | |
| DateCreated | Datetime | Date and time when the resource was created. | |
| StartTime | Datetime | Date and time when the conference was started. | |
| EndTime | Datetime | Date and time when the conference was ended. | |
| DurationSeconds | Integer | Conference duration in seconds. | |
| ConnectDurationSeconds | Integer | Duration of the between conference start event and conference end event in seconds. | |
| Status | String | Status of this conference.
The allowed values are in_progress, not_started, completed, summary_timeout. | |
| MaxParticipants | Integer | Maximum number of concurrent participants as specified by the configuration. | |
| MaxConcurrentParticipants | Integer | Actual maximum number of concurrent participants in the conference. | |
| UniqueParticipants | Integer | Unique conference participants based on caller ID. | |
| EndReason | String | Conference end reason; e.g. last participant left, modified by API, etc.
The allowed values are last_participant_left, conference_ended_via_api, participant_with_end_conference_on_exit_left, last_participant_kicked, participant_with_end_conference_on_exit_kicked. | |
| EndedBy | String | Call SID of the participant whose actions ended the conference. | |
| Region | String | Twilio region where the conference media was mixed.
The allowed values are us1, us2, ie1, de1, sg1, br1, au1, jp1, in1. | |
| MixerRegionRequested | String | Twilio region where conference mixed was specified to be mixed in configuration.
The allowed values are us1, us2, ie1, de1, sg1, br1, au1, jp1, in1. | |
| RecordingEnabled | Boolean | Boolean. Indicates whether recording was enabled at the conference mixer. | |
| DetectedIssuesCallQuality | Integer | Potential issues detected by Twilio during the conference with call qualtiy. | |
| DetectedIssuesRegionConfiguration | Integer | Potential issues detected by Twilio during the conference with region configuration. | |
| DetectedIssuesParticipantBehavior | Integer | Potential issues detected by Twilio during the conference with participant behavior. | |
| Tags | String | Tags for detected conference conditions and participant behaviors which may be of interest. | |
| Url | String | The URI of this resource. | |
| Links | String | Contains a dictionary of URL links to nested resources of this Conference. | |
| ProcessingState | String | Processing state for the Conference Summary resource.
The allowed values are complete, in_progress, timeout. | |
| TagInfo | String | The call SID that caused the conference to end. |