Skip to main content

Update recording on a call

POST 
/texml/Accounts/:account_sid/Calls/:call_sid/Recordings/:recording_sid.json

Updates recording resource for particular call.

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    call_sid stringrequired

    The CallSid that identifies the call to update.

    recording_sid uuidrequired

    Uniquely identifies the recording by id.

Body

Update call recording on a call.

    Status string

    Possible values: [in-progress, paused, stopped]

Responses

200: Successful call recording create response

404: Resource not found

Loading...