Update Conference
Ends a voice conference or plays an announcement into the conference identified by SID. Use participant operations to mute, hold, coach, announce to, or remove one caller; Video Conference configuration uses the separate Video API.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
Path parameters
Universal Unique Identifier.
The unique identifier for the account that created this conference.
Universal Unique Identifier.
The unique identifier for this conference.
Response
The request has succeeded.
Example response
{
"date_created": "Mon, 24 Sept 2018 21:00:00 +0000",
"date_updated": "Tue, 25 Sept 2018 20:00:00 +0000",
"friendly_name": "My Conference Room",
"api_version": "2010-04-01",
"region": "us1",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf.json",
"subresource_uris": {
"participants": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf/Participants.json",
"recordings": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf/Recordings.json"
}
}Changes
Changed in 6 of the 40 revisions of this API.14242
- ▲
the
account_sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ▲
the
sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ○
added
uuidto theaccount_sidresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
uuidto thesidresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
added 'unevaluatedProperties' constraint to the request body
request-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
200response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
400response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
401response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
404response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
422response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
503response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the
subresource_uris/allOf[ConferenceSubresourceUris]/response property for the status200response-property-unevaluated-properties-added
- ▲
- ▲
request property
Statuswas restricted to a list of enum valuesrequest-property-became-enum
- ▲
the
AnnounceUrlrequest property type/format changed fromstring/tostring/urirequest-property-type-changed
- ▲
the
regionresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
added the new
completedenum value to the request propertyStatusrequest-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
removed
ConferenceRegionfrom theregionresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
account_sidbecame required for the status200response-property-became-required
- ○
the response property
api_versionbecame required for the status200response-property-became-required
- ○
the response property
date_createdbecame required for the status200response-property-became-required
- ○
the response property
date_updatedbecame required for the status200response-property-became-required
- ○
the response property
friendly_namebecame required for the status200response-property-became-required
- ○
the response property
regionbecame required for the status200response-property-became-required
- ○
the response property
sidbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
subresource_urisbecame required for the status200response-property-became-required
- ○
the response property
subresource_uris/allOf[ConferenceSubresourceUris]/participantsbecame required for the status200response-property-became-required
- ○
the response property
subresource_uris/allOf[ConferenceSubresourceUris]/recordingsbecame required for the status200response-property-became-required
- ○
the response property
uribecame required for the status200response-property-became-required
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
request body became optional
request-body-became-optional
- ○
- ▲
removed the media type
application/jsonfrom the request bodyrequest-body-media-type-removed
- ○
added the media type
application/x-www-form-urlencodedto the request bodyrequest-body-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new path request parameter
AccountSidnew-request-path-parameter
- ▲
added the new path request parameter
Sidnew-request-path-parameter
- ▲
request body became required
request-body-became-required
- ▲
removed the media type
application/x-www-form-urlencodedfrom the request bodyrequest-body-media-type-removed
- ▲
the
regionresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
statusresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
subresource_urisresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
subresource_uris/participantsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
subresource_uris/recordingsfrom the response with the200statusresponse-optional-property-removed
- ○
added the media type
application/jsonto the request bodyrequest-body-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added
ConferenceRegionto theregionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ConferenceStatusto thestatusresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ConferenceSubresourceUristo thesubresource_urisresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
au1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
br1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
de1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ie1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
jp1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
sg1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
us1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
us2enum value from theregionresponse property for the response status200response-property-enum-value-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲