Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 2.12 KB

File metadata and controls

23 lines (15 loc) · 2.12 KB

AddToConference

The AddToConference command adds a Participant to a Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via AddToConference.

Properties

Name Type Description Notes
allowCallControl Boolean If `true`, Call control will be enabled for this Participant's Call leg. [optional]
callControlSequence String Defines a sequence of digits that, when entered by this caller, invokes the `callControlUrl`. Only digits plus '*', and '#' may be used. [optional]
callControlUrl URI URL to be invoked when this Participant enters the digit sequence defined in the `callControlSequence` attribute. [optional]
conferenceId String ID of the Conference to which to add the Participant (Call leg). Conference must exist or an error will result.
leaveConferenceUrl URI URL to be invoked when the Participant leaves the Conference. [optional]
listen Boolean If `true`, the Participant joins the Conference with listen privileges. This may be modified later via the REST API or `SetListen` PerCL command. [optional]
notificationUrl URI When the Participant enters the Conference, this URL will be invoked using an HTTP POST request with the standard request parameters. [optional]
startConfOnEnter Boolean Flag that indicates whether a Conference starts upon entry of this particular Participant. This is usually set to `true` for moderators and `false` for all other Participants. [optional]
talk Boolean If `true`, the Participant joins the Conference with talk privileges. This may be modified later via the REST API or `SetTalk` PerCL command. [optional]
dtmfPassThrough Boolean If `true`, the Participant joins the Conference with dtmfPassThrough privileges. This may be modified later via the REST API or `SetDTMFPassThrough` PerCL command. [optional]