Skip to main content

index


type: page title: Stop

Stop

The <Stop> verb stops the instruction specified by noun on a call.

Child verbs/nouns

NOUN/VERBDESCRIPTION
Suppression 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.

Examples

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Stop>
<Stream />
</Stop>
</Response>