TrunkingV1Recording

post/v1/Trunks/{TrunkSid}/Recording

Path parameters

TrunkSidstring required

The SID of the Trunk that will have its recording settings updated.

Response

OK

mode'do-not-record' | 'record-from-ringing' | 'record-from-answer' | 'record-from-ringing-dual' | 'record-from-answer-dual'

The recording mode for the trunk. Can be do-not-record (default), record-from-ringing, record-from-answer, record-from-ringing-dual, or record-from-answer-dual.

trim'trim-silence' | 'do-not-trim'

The recording trim setting for the trunk. Can be do-not-trim (default) or trim-silence.

Changes

Changed in 2 of the 50 revisions of this API.12

  • v1f7ad1707adef11See the full diff
    • removed the success response with the status 202

      response-success-status-removed

    • added the success response with the status 200

      response-success-status-added

    • api tag TrunkingV1Recording added

      api-tag-added