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] |