Skip to main content

Stop Recording

The StopRecording verb is used to stop a recording that was previously started by a <StartRecording> verb.

If there is not an ongoing recording at the time of this verb's execution, it has no effect. If a previous recording was paused, <StopRecording> will end it.

Text Content

There is no text content available to be set for the <StopRecording> verb.

Attributes

AttributeDescription
NoneNone

Callbacks Received

CallbacksCan reply with more BXML
Conference Recording AvailableNo
Recording AvailableNo

Examples

Stop Recording a Call

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