Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.55 KB

File metadata and controls

16 lines (11 loc) · 1.55 KB

# CreateConferenceRequest

Properties

Name Type Description Notes
alias string A description for this Conference. Maximum 64 characters. [optional]
play_beep string Controls when a beep is played. Valid values: `always`, `never`, `entryOnly`, `exitOnly`. [optional] [default to 'always']
record bool Setting to `true` records the entire Conference. [optional]
wait_url string If specified, a URL for the audio file that provides custom hold music for the Conference when it is in the populated state. Otherwise, FreeClimb uses a system default audio file. This is always fetched using HTTP GET and is fetched just once — when the Conference is created. [optional]
status_callback_url string This URL is invoked when the status of the Conference changes. For more information, see statusCallbackUrl (below). [optional]
request_id string The requestId for this request starting with prefix &quot;RQ&quot; followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response (e.g., X-Pulse-Request-Id: <requestId>). [optional]

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