action.stop
Stop a live transcription session.
This action is designed for use on active calls that have an existing transcription 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_transcribe:
action: stop
{
"live_transcribe": {
"action": "stop"
}
}