live_transcribe
live_transcribe
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 live_translate() 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
dict — Server response confirming the operation.