All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bandwidth.voice.bxml.verbs.ResumeRecording Maven / Gradle / Ivy

Go to download

The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs

There is a newer version: 12.0.0
Show newest version

package com.bandwidth.voice.bxml.verbs;

import lombok.Builder;

import javax.xml.bind.annotation.XmlType;

/**
 * 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. */ @Builder @XmlType(name = ResumeRecording.TYPE_NAME) public class ResumeRecording implements Verb { public static final String TYPE_NAME = "ResumeRecording"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy