Name | Type | Description | Notes |
---|---|---|---|
status | String | The new status of the resource. Specifying `completed` will end the conference and hang up all participants. | [optional] |
announceUrl | String | The URL we should call to announce something into the conference. The URL may return an MP3 file, a WAV file, or a TwiML document that contains <Play>, <Say>, <Pause>, or <Redirect> verbs. | [optional] |
announceMethod | AnnounceMethodEnum | The HTTP method used to call the `AnnounceUrl`. Defaults to `POST`. | [optional] |
Name | Value |
---|---|
GET | "GET" |
POST | "POST" |