Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.17 KB

StartConferenceRecordingRequest.md

File metadata and controls

34 lines (18 loc) · 1.17 KB

StartConferenceRecordingRequest

Properties

Name Type Description Notes
format FormatEnum The audio file format used when storing the conference recording. Can be either `mp3` or `wav`.
commandId String Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `conference_id`. [optional]
playBeep Boolean If enabled, a beep sound will be played at the start of a recording. [optional]
trim TrimEnum When set to `trim-silence`, silence will be removed from the beginning and end of the recording. [optional]
customFileName String The custom recording file name to be used instead of the default `call_leg_id`. Telnyx will still add a Unix timestamp suffix. [optional]

Enum: FormatEnum

Name Value
WAV "wav"
MP3 "mp3"

Enum: TrimEnum

Name Value
TRIM_SILENCE "trim-silence"