Stop
The Stop
verb stops the instruction specified by the noun on a call.
Attributes
ATTRIBUTE | DESCRIPTION | OPTIONS | DEFAULT |
---|---|---|---|
recording | Stops current suppression, no attributes need to be provided. | ||
transcription | Stops current transcription, no attributes need to be provided. | ||
stream | Stops current media stream, no attributes need to be provided. |
Example
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Stop>
<Stream />
</Stop>
</Response>