Skip to main content

transcription-started

Fires for all participants when transcription starts.
string
Always "transcription-started".
string
The ID of the call client instance that emitted this event.
string
Unique ID for this transcription instance.
string
Optional ID of the resulting transcript.
string
Language code passed to Deepgram (e.g. 'en').
string
The Deepgram model in use (e.g. 'general').
string
Optional Deepgram tier.
boolean
Optional. Whether profanity filtering is enabled.
Array | boolean
Optional redaction configuration.
number | boolean
Optional endpointing setting.
boolean
Optional. Whether punctuation is added to transcriptions.
object
Optional extra Deepgram parameters.
boolean
Optional. When true, transcription-message events include a rawResponse field with the raw Deepgram response.
string
The session_id of the participant who started transcription.

transcription-stopped

Fires for all participants when transcription stops.
string
Always "transcription-stopped".
string
The ID of the call client instance that emitted this event.
string
ID of the transcription instance that stopped.
string
The session_id of the participant who stopped transcription.

transcription-message

Fires for all participants when a new transcription snippet is available.
string
Always "transcription-message".
string
The ID of the call client instance that emitted this event.
string
Optional ID of the transcription instance.
string
The session_id of the participant who spoke.
string
Optional. Which track was transcribed: 'cam-audio', 'screen-audio', 'rmpAudio', or a custom track name.
string
The transcribed text.
Date
When the transcription was produced.
object
Raw response from Deepgram. Only present when includeRawResponse was true when transcription started.

transcription-error

Fires for all participants when a transcription error occurs.
string
Always "transcription-error".
string
The ID of the call client instance that emitted this event.
string
ID of the transcription instance that errored.
string
Optional human-readable error description.

See also