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