Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.15 KB

AddToConferenceAllOf.md

File metadata and controls

19 lines (15 loc) · 2.15 KB

freeclimb.Model.AddToConferenceAllOf

Properties

Name Type Description Notes
AllowCallControl bool 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 string 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.
CallId bool ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one. [optional]
LeaveConferenceUrl string URL to be invoked when the Participant leaves the Conference. [optional]
Listen bool 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 string When the Participant enters the Conference, this URL will be invoked using an HTTP POST request with the standard request parameters. [optional]
StartConfOnEnter bool 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 bool If `true`, the Participant joins the Conference with talk privileges. This may be modified later via the REST API or `SetTalk` PerCL command. [optional]

[Back to Model list] [Back to API list] [Back to README]