Media Gateway
Stop streaming
This stops the transcription of the audio stream.
Use in conjunction with the start-streaming endpoint to control when transcription occurs for a given call. This allow you to prevent transcription of sensitive parts of a conversation, such as entering PCI data.
POST
/
mg-autotranscribe
/
v1
/
stop-streaming
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredBody
application/json
namespace
enum<string>
The media gateway platform or protocol you are using.
Available options:
siprec
, twilio
, amazonconnect
, genesysaudiohook
guid
string
The globally unique Id for the call, also sometimes called Unique Call Id (UCID). Must be in decimal form.
Response
200 - application/json
autotranscribeResponse
object
isOk
boolean
errorMessage
string
Was this page helpful?