Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.91 KB

ConferenceRecordingSavedPayload.md

File metadata and controls

42 lines (26 loc) · 1.91 KB

ConferenceRecordingSavedPayload

Properties

Name Type Description Notes
callControlId String Participant's call ID used to issue commands via Call Control API. [optional]
callSessionId String ID that is unique to the call session and can be used to correlate webhook events. Call session is a group of related call legs that logically belong to the same phone call, e.g. an inbound and outbound leg of a transferred call. [optional]
clientState String State received from a command. [optional]
channels ChannelsEnum Whether recording was recorded in `single` or `dual` channel. [optional]
conferenceId UUID ID of the conference that is being recorded. [optional]
connectionId String Call Control App ID (formerly Telnyx connection ID) used in the call. [optional]
format FormatEnum The audio file format used when storing the call recording. Can be either `mp3` or `wav`. [optional]
publicRecordingUrls CallRecordingSavedPayloadPublicRecordingUrls [optional]
recordingEndedAt OffsetDateTime ISO 8601 datetime of when recording ended. [optional]
recordingId UUID ID of the conference recording. [optional]
recordingStartedAt OffsetDateTime ISO 8601 datetime of when recording started. [optional]
recordingUrls CallRecordingSavedPayloadRecordingUrls [optional]

Enum: ChannelsEnum

Name Value
SINGLE "single"
DUAL "dual"

Enum: FormatEnum

Name Value
WAV "wav"
MP3 "mp3"