Skip to main content

Conferences

The Conference resource permits you to search, modify, and manage conferences in your SignalWire account.

Properties

AttributeType
account_sidstringThe unique identifier for the account that created this conference.
date_createddatetimeThe date, in RFC 2822 format, this conference was created.
date_updateddatetimeThe date, in RFC 2822 format, this conference was updated.
friendly_namestringA description, up to 64 characters, of the conference room.
regionstringThe region where this conference audio was mixed. Possible values are us1, us2, ie1, de1, sg1, br1, au1, and jp1.
sidstringThe unique identifier for this conference.
statusstringThe status of this conference.
uristringThe URI for this conference.

A sample conference returned from the API:

{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472af",
"api_version": "2010-04-01",
"date_created": "Mon, 24 Sept 2018 21:00:00 +0000",
"date_updated": "Tue, 25 Sept 2018 20:00:00 +0000",
"friendly_name": "Conference1",
"sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"region": "us1",
"status": "completed",
"subresource_uris": {
"participants": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Participants.json",
"recordings": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Recordings.json"
},
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca.json"
}