liveTranscribe
Start or stop live transcription on the call. Unlike
transcribe() which
provides a post-call result, live transcription delivers text in real-time.
See also liveTranslate() for real-time translation.
Parameters
action
Action configuration for the live transcription.
action.action
The action to perform.
"start"— begin live transcription"stop"— end live transcription
action.language
Transcription language code (e.g., "en-US").
action.status_url
URL to receive transcription results via webhook.
Returns
Promise<Record<string, unknown>> — Server response confirming the operation.