TerminateConference

The TerminateConference command terminates the conference in which this Call is a Participant. Any other active Participants are hung up on by FreeClimb. If this is not the desired behavior, use HTTP DELETE on other Conference Participants to unbridge Calls that should not be hung up.

TerminateConference is a terminal command.

When a Conference is terminated, it causes all existing Calls in it to end. The statusCallbackUrl for each of these Calls will be invoked (if the URL has been set). Further, the statusCallbackUrl specified upon creating the Conference will be invoked upon the Conference becoming terminated. Once a Conference is terminated, it cannot be used again, so you can’t add participants to a terminated Conference. FreeClimb will also not reuse the conferenceId.

Nesting Rules

No actions can be nested within TerminateConference and TerminateConference cannot be nested in any other actions.

Example

[
   {
      "TerminateConference" : {}
   }
]

Command Attributes

TerminateConference does not support any attributes.