Package com.bandwidth.voice.bxml.verbs
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.
Audio that occurs between a
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
-
Field Details
-
TYPE_NAME
public static final java.lang.String TYPE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
PauseRecording
public PauseRecording()
-