Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

CreateConferenceRequest.md

File metadata and controls

14 lines (10 loc) · 1.19 KB

freeclimb.Model.CreateConferenceRequest

Properties

Name Type Description Notes
Alias string A description for this Conference. Maximum 64 characters. [optional]
PlayBeep string Controls when a beep is played. Valid values: `always`, `never`, `entryOnly`, `exitOnly`. [optional] [default to PlayBeepEnum.ALWAYS]
Record bool 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]

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