live_translate
live_translate
Start or stop live translation on the call. Translates spoken audio into another language in real-time.
Parameters
action
Action configuration for the live translation.
action.action
The action to perform.
"start"— begin live translation"stop"— end live translation
action.source_language
Source language code (e.g., "en-US").
action.target_language
Target language code (e.g., "es-ES").
status_url
URL to receive translation results via webhook.
Returns
dict — Server response confirming the operation.