Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 864 Bytes

UpdateConferenceRequest.md

File metadata and controls

24 lines (12 loc) · 864 Bytes

UpdateConferenceRequest

Properties

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]

Enum: AnnounceMethodEnum

Name Value
GET "GET"
POST "POST"