Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.5 KB

File metadata and controls

18 lines (10 loc) · 1.5 KB

CreateConferenceAllOf

Properties

Name Type Description Notes
actionUrl String This URL is invoked once the Conference is successfully created. Actions on the Conference, such as adding Participants, can be performed via the PerCL script returned in the response.
alias Boolean Descriptive name for the Conference. [optional]
playBeep String Indicates whether to play a beep when a Participant enters or leaves the Conference. either `always`, `never`, `entryOnly`, or `exitOnly`. Leaving this unset will make conference default to `always` [optional]
record Boolean When set to `true`, the entire Conference is recorded. The `statusCallbackUrl` of the Conference will receive a `conferenceRecordingEnded` Webhook when the Conference transitions from the `inProgress` to empty state. [optional]
statusCallbackUrl Boolean This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. [optional]
waitUrl String If specified, this URL provides the custom hold music for the Conference when it is in the populated state. This attribute is always fetched using HTTP GET and is fetched just once – when the Conference is created. The URL must be an audio file that is reachable and readable by FreeClimb. [optional]