RemoveFromConference

The RemoveFromConference command removes a Participant from a Conference but does not hang up. Instead, the Call is simply unbridged and what happens next with the Call is determined by the PerCL returned in response to the leaveConferenceUrl attribute:

  • If a leaveConferenceUrl was specified when adding the Call to the Conference, the Call remains available for other actions.
  • If no leaveConferenceUrl was specified, the Call is considered to have ended and is disconnected.

Nesting Rules

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

Example

[
   {
      "RemoveFromConference" : {
      }
   }
]

Command Attributes

RemoveFromConference does not support any attributes.