Class ResumeRecording

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

public class ResumeRecording
extends java.lang.Object
implements Verb
The ResumeRecording verb is used to resume a recording that was previously paused 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.
  • Field Summary

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

    Constructors 
    Constructor Description
    ResumeRecording()  
  • Method Summary

    Methods inherited from class java.lang.Object

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