<Waveform>

View as Markdown

The <Waveform> system component renders an audio waveform visualization for voice recording.

Use this component inside your VoiceRecorder theme component to display the audio waveform. The waveform automatically visualizes the audio being recorded.

interface WaveformProps

Properties

voiceRecorder
: VoiceRecorderController

The active voice recorder controller, as passed to MessageField props.

className (optional)
: string

Additional CSS class name to apply to the waveform container.