Class PauseRecording

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

public class PauseRecording
extends java.lang.Object
implements Verb
The PauseRecording verb is used to pause a recording that was previously started by a verb.
Audio that occurs between a verb and a verb will not be present in the recording.
The paused period will not be included in the duration of the recording and therefore will not contribute to the recording portion of the bill.
If there is not an ongoing recording at the time of this verb's execution, it has no effect.
The Hangup verb is also used to reject incoming calls either explicitly or implicitly.
  • Field Summary

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

    Constructors 
    Constructor Description
    PauseRecording()  
  • Method Summary

    Methods inherited from class java.lang.Object

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