Conferences

View as Markdown

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

Properties

sidstringRequiredformat: "uuid"
The unique identifier for this conference.
account_sidstringRequiredformat: "uuid"
The unique identifier for the account that created this conference.
date_createdstringRequired
The date, in RFC 2822 format, this conference was created.
date_updatedstringRequired
The date, in RFC 2822 format, this conference was updated.
friendly_namestringRequired
A description, up to 64 characters, of the conference room.
statusenumRequired
The status of this conference.
Allowed values:
api_versionstringRequired
The version of the SignalWire API.
regionstringRequired
The region where this conference audio was mixed.
uristringRequired
The URI for this conference.
subresource_urisobjectRequired
The links to associated subresources.

Example object

The Conference Object
1{
2 "sid": "string",
3 "account_sid": "string",
4 "date_created": "string",
5 "date_updated": "string",
6 "friendly_name": "string",
7 "status": "init",
8 "api_version": "string",
9 "region": "string",
10 "uri": "string",
11 "subresource_uris": {
12 "participants": "string",
13 "recordings": "string"
14 }
15}