Class StopRecording

java.lang.Object
com.bandwidth.voice.bxml.verbs.StopRecording
All Implemented Interfaces:
Verb

public class StopRecording
extends java.lang.Object
implements Verb
The StopRecording verb is used to stop a recording that was previously started by a 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, will end it.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    StopRecording()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait