Conference Completed Event
The Conference Completed event is fired when the last member leaves the conference.
The response to this event may not contain BXML.
Expected response
HTTP/1.1 204
Properties
Property | Description |
---|---|
eventType | The event type, value is conferenceCompleted . |
eventTime | The 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. |
conferenceId | The ID of the conference. |
name | The custom name used to reference this conference. This 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. |
Example: The last member leaves the conference
POST http://[External server URL]
{
"conferenceId" : "conf-59082d52-4a2ab5be-ce26-43ed-af94-431b8a19d4e3",
"name" : "thisConference",
"eventType" : "conferenceCompleted",
"eventTime" : "2019-07-31T13:16:01.324Z",
"tag" : "conferenceTag"
}