Update
Use this endpoint for the Conference method to modify the properties of a conference.
Path parameters
AccountSid
The unique identifier for the account that created this conference.
Sid
The unique identifier for this conference.
Request
Status
The status of this conference. Only 'completed' is allowed to end the conference.
Allowed values:
AnnounceUrl
The URL to send conference announcements to.
AnnounceMethod
Whether the request to `AnnounceUrl` is a `GET` or a `POST`. Default is `POST`.
Allowed values:
Response
sid
The unique identifier for this conference.
account_sid
The unique identifier for the account that created this conference.
date_created
The date, in RFC 2822 format, this conference was created.
date_updated
The date, in RFC 2822 format, this conference was updated.
friendly_name
A description, up to 64 characters, of the conference room.
status
The status of this conference.
Allowed values:
api_version
The version of the SignalWire API.
region
The region where this conference audio was mixed.
uri
The URI for this conference.
subresource_uris
The links to associated subresources.
Request examples
Update a conference
Terminate a conference
End an active conference call by setting the status to completed.