@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
36 lines (35 loc) • 1.55 kB
TypeScript
export { OutboundCall } from './OutboundCall.js';
export { OutboundCallWithAnswerURL } from './OutboundCallWithAnswerURL.js';
export { OutboundCallWithNCCO } from './OutboundCallWithNCCO.js';
export { Connect } from './NCCO/Connect.js';
export { Conversation } from './NCCO/Conversation.js';
export { Input } from './NCCO/Input.js';
export { NCCOBuilder } from './NCCO/NCCOBuilder.js';
export { Notify } from './NCCO/Notify.js';
export { Record } from './NCCO/Record.js';
export { Talk } from './NCCO/Talk.js';
export { Stream } from './NCCO/Stream.js';
import '../enums/HttpMethod.js';
import '../enums/MachineDetctionBehavior.js';
import '../types/Endpoint/CallEndpoint.js';
import '../types/Endpoint/PhoneEndpoint.js';
import '../types/Endpoint/SIPEndpoint.js';
import '../types/Endpoint/VBCEndpoint.js';
import '../types/Endpoint/WebsocketEndpoint.js';
import '../types/Endpoint/AppEndpoint.js';
import '../types/NCCO/NCCOActions.js';
import '../types/NCCO/RecordAction.js';
import '../enums/NCCOActions.js';
import '../enums/NCCO/RecordingFormat.js';
import '../types/NCCO/ConversationAction.js';
import '../types/NCCO/ConnectAction.js';
import '../enums/NCCO/ConnectEventType.js';
import '../enums/NCCO/MachineDetection.js';
import '../types/NCCO/TalkAction.js';
import '../enums/TTSLanguages.js';
import '../types/NCCO/StreamAction.js';
import '../types/NCCO/InputAction.js';
import '../types/NCCO/DTMFSettings.js';
import '../types/NCCO/SpeechSettings.js';
import '../types/NCCO/NotifyAction.js';
import '../interfaces/NCCO/Serializable.js';