Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.36 KB

File metadata and controls

17 lines (14 loc) · 1.36 KB

UpdateConference

Properties

Name Type Description Notes
status \Bandwidth\Model\ConferenceStateEnum [optional]
redirect_url 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]
redirect_method \Bandwidth\Model\RedirectMethodEnum [optional]
username string Basic auth username. [optional]
password string Basic auth password. [optional]
redirect_fallback_url 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]
redirect_fallback_method \Bandwidth\Model\RedirectMethodEnum [optional]
fallback_username string Basic auth username. [optional]
fallback_password string Basic auth password. [optional]

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