Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.64 KB

File metadata and controls

15 lines (11 loc) · 1.64 KB

CreateConferenceAllOf

Properties

Name Type Description Notes
action_url str 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 bool Descriptive name for the Conference. [optional]
play_beep str 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 bool 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]
status_callback_url bool This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. [optional]
wait_url str 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]

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