voice

Recording Status Callback

Recording status callback webhook from Twilio.

Twilio calls this webhook when a call recording is ready. We download the recording from Twilio and upload it to S3.

Parameters sent by Twilio:

  • RecordingSid: Unique recording identifier
  • RecordingUrl: URL to download the recording
  • RecordingStatus: completed, absent, etc.
  • RecordingDuration: Duration in seconds
  • CallSid: Associated call SID
  • RecordingChannels: Number of channels (1 or 2)
post/voice/recording-callback

Response

Successful Response

{"stackTrail":"paths:/voice/recording-callback:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.