Calls

update a call

put/Accounts/{AccountSid}/Calls/{CallSid}

Request body

call_status'completed' | 'no-answer'
conf_mute_status'mute' | 'unmute'
conf_hold_status'hold' | 'unhold'
listen_status'pause' | 'silence' | 'resume'
mute_status'mute' | 'unmute'
transcribe_status'pause' | 'resume'
stream_status'pause' | 'silence' | 'resume'

Pause or resume an active stream verb.

tagobject

Set customer data tags on the call. Freeform key-value object.

media_path'no-media' | 'partial-media' | 'full-media'

Update the media path during an active Dial verb.

noise_isolation_status'enable' | 'disable'

Enable or disable noise isolation on the call.

noise_isolation_vendorstring

Noise isolation vendor. Default is krisp.

noise_isolation_levelnumber

Noise isolation level 0-100. Default is 100.

noise_isolation_modelstring

Noise isolation model identifier.

Example request

{
  "call_hook": {
    "url": "https://acme.com",
    "method": "POST"
  },
  "child_call_hook": {
    "url": "https://acme.com",
    "method": "POST"
  }
}

Response

Accepted

Changes

Changed in 4 of the 17 revisions of this API.14

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property /

      new-optional-request-property

    • added the new optional request property /

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • endpoint added

      endpoint-added