Components Library
Record Audio
The Record Audio component records a message from the caller. Optionally, it can play a message before recording the message.
Configuration parameters:
- Speak text
- Settings
- Events
Options:
-
Prompt Message to play on the call. Speak Text and Play Audio are the types of messages. In a Speak Text message, you can configure the message to speak, language, and voice. In a Play Audio message, you can specify a URL to an audio file or upload an audio file.
-
Record By default, a beep is played along with the message before the recording is initiated. Deselect the Play beep after audio option to disable it.
States:
The component state is set to Recording Completed after the message is recorded.
Variables:
- call_uuid UUID of the incoming call
- recording_url URL of the recording
- recording_uuid Identifier for the recording
- recording_duration Duration (in milliseconds) of the recording
- recording_start_time Time (Unix timestamp) when the recording started
- recording_end_time Time (Unix timestamp) when the recording ended