ADO.NET Provider for Twilio

Build 26.0.9655

Conferences

The Conferences resource allows you to query and manage the state of conferences on your Twilio account.

Table-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:

  • Name, Status, and Sid supports the = operator.
  • DateCreated, DateUpdated supports the =, >, <, >=, <= operators.

SELECT * FROM Conferences

SELECT * FROM Conferences WHERE Sid = 'CF5843bda0e992d145a0c989a33e2ba7d0'

Insert

Twilio does not allow Conferences to be added.

Update

You can complete the Conference by updating the Status to Completed.

UPDATE Conferences SET Status = 'completed' WHERE Sid = 'CF2cdebca26bc915f19eea7efc0dc0ffe3'

Delete


Twilio does not allow Conferences to be deleted.

Columns

Name Type ReadOnly References Description
Sid [KEY] String True

The unique string that we created to identify this conference resource.

AccountSid String True

The Id of the account that created this Conference resource.

DateCreated Datetime True

Date and time when the resource was created.

DateUpdated Datetime True

Date and time when the resource was updated.

ApiVersion String True

The API version used to create this conference.

Name String True

A string that you assigned to describe this conference room.

Region String True

A string that represents the Twilio Region where the conference audio was mixed.

The allowed values are us1, us2, ie1, de1, sg1, br1, au1, jp1.

Status String False

Status of this conference.

Uri String True

The URI of this resource.

SubresourceUris String True

A list of related resources identified by their URIs.

ReasonConferenceEnded String True

The reason why a conference ended.

The allowed values are conference-ended-via-api, participant-with-end-conference-on-exit-left, participant-with-end-conference-on-exit-kicked, last-participant-kicked, last-participant-left.

CallSidEndingConference String True

The call SID that caused the conference to end.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655