| Name | Type | Description | Notes |
|---|---|---|---|
| status | ConferenceStateEnum | [optional] | |
| redirectUrl | URI | 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 | URI | 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] |