Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.18 KB

File metadata and controls

28 lines (16 loc) · 1.18 KB

CreateConferenceRequest

Properties

Name Type Description Notes
alias String A description for this Conference. Maximum 64 characters. [optional]
playBeep PlayBeepEnum Controls when a beep is played. Valid values: `always`, `never`, `entryOnly`, `exitOnly`. [optional]
record Boolean Setting to `true` records the entire Conference. [optional]
waitUrl 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]
statusCallbackUrl String This URL is invoked when the status of the Conference changes. For more information, see statusCallbackUrl (below). [optional]

Enum: PlayBeepEnum

Name Value
ALWAYS "always"
NEVER "never"
ENTRY_ONLY "entryOnly"
EXIT_ONLY "exitOnly"