Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.29 KB

UpdateConference.md

File metadata and controls

18 lines (14 loc) · 1.29 KB

Bandwidth.Standard.Model.UpdateConference

Properties

Name Type Description Notes
Status ConferenceStateEnum [optional]
RedirectUrl string The URL to send the conferenceRedirect event which will provide new BXML. Not allowed if `state` is `completed`, but required if `state` is `active`. [optional]
RedirectMethod RedirectMethodEnum [optional]
Username string Basic auth username. [optional]
Password string Basic auth password. [optional]
RedirectFallbackUrl string A fallback url which, if provided, will be used to retry the `conferenceRedirect` webhook delivery in case `redirectUrl` fails to respond. Not allowed if `state` is `completed`. [optional]
RedirectFallbackMethod RedirectMethodEnum [optional]
FallbackUsername string Basic auth username. [optional]
FallbackPassword string Basic auth password. [optional]

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