action.stop
Stop a live translation session.
This action is designed for use on active calls that have an existing translation session running.
You can send this action via the Call Commands REST API,
or include it in a SWML section executed via transfer or execute during a call.
Example
- YAML
- JSON
live_translate:
action: stop
{
"live_translate": {
"action": "stop"
}
}