Skip to main content

Update a conference resource

POST 
/texml/Accounts/:account_sid/Conferences/:conference_sid

Updates a conference resource.

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    conference_sid stringrequired

    The ConferenceSid that uniquely identifies a conference.

Body

required

Update Conference request object

    Status string

    The new status of the resource. Specifying completed will end the conference and hang up all participants.

    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 , , , or verbs.

    AnnounceMethod string

    Possible values: [GET, POST]

    The HTTP method used to call the AnnounceUrl. Defaults to POST.

Responses

200: Conference resource.

404: Resource not found

Loading...