Skip to main content

Conference Completed

The Conference Completed event is fired when the last member leaves the conference.

The response to this event may not contain BXML.

Request Parameters

PropertyDescription
eventTypeThe event type, value is conferenceCompleted.
eventTimeThe approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution.
conferenceIdThe ID of the conference.
nameThe custom name used to reference this conference. This is the name that you included inside the body of the <Conference> tag.
tag(optional) The tag that was set at conference creation. If not tag was specified, this field will not be present.

Expected Response

HTTP/1.1 204

Examples

Last Conference Member Leaves

POST http://yourUrl.example/conferenceCompleted
Content-Type: application/json

{
"conferenceId" : "conf-59082d52-4a2ab5be-ce26-43ed-af94-431b8a19d4e3",
"name" : "thisConference",
"eventType" : "conferenceCompleted",
"eventTime" : "2019-07-31T13:16:01.324Z",
"tag" : "conferenceTag"
}