UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

52 lines (51 loc) 2.53 kB
export { CallEndpointObject } from './Endpoint/CallEndpointObject.js'; export { Headers } from './Endpoint/Headers.js'; export { PhoneEndpointObject } from './Endpoint/PhoneEndpointObject.js'; export { SIPEndpointObject } from './Endpoint/SIPEndpointObject.js'; export { WebsocketEndpointObject } from './Endpoint/WebsocketEndpointObject.js'; export { VBCEndpointObject } from './Endpoint/VBCEndpointObject.js'; export { ConnectAction } from './NCCO/ConnectAction.js'; export { ConversationAction } from './NCCO/ConversationAction.js'; export { DTMFSettings } from './NCCO/DTMFSettings.js'; export { InputAction } from './NCCO/InputAction.js'; export { NotifyAction } from './NCCO/NotifyAction.js'; export { RecordAction } from './NCCO/RecordAction.js'; export { Serializable, isNCCOSerializable } from './NCCO/Serializable.js'; export { SpeechSettings } from './NCCO/SpeechSettings.js'; export { StreamAction } from './NCCO/StreamAction.js'; export { TalkAction } from './NCCO/TalkAction.js'; export { NCCOTransfer, URLTransfer } from './NCCO/Transfer.js'; export { OutboundCall } from './OutboundCall.js'; export { OutboundCallWithAnswerURL } from './OutboundCallWithAnswerURL.js'; export { OutboundCallWithNCCO } from './OutboundCallWithNCCO.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/ConnectAction.js'; import '../enums/NCCOActions.js'; import '../enums/NCCO/ConnectEventType.js'; import '../enums/NCCO/MachineDetection.js'; import '../types/NCCO/ConversationAction.js'; import '../types/NCCO/DTMFSettings.js'; import '../types/NCCO/InputAction.js'; import '../types/NCCO/SpeechSettings.js'; import '../types/NCCO/NotifyAction.js'; import '../types/NCCO/RecordAction.js'; import '../enums/NCCO/RecordingFormat.js'; import '../types/NCCO/StreamAction.js'; import '../types/NCCO/TalkAction.js'; import '../enums/TTSLanguages.js'; import '../types/NCCO/Action.js'; import '../types/NCCO/NCCOActions.js'; import '../types/CallWithAnswerURL.js'; import '../types/CommonOutboundCall.js'; import '../enums/HttpMethod.js'; import '../enums/MachineDetctionBehavior.js'; import '../types/AdvancedMachineDetection.js'; import '../enums/AdvancedMachineDetectionMode.js'; import '../types/CommonCallFields.js'; import '../types/Endpoint/PSTNEndpoint.js'; import '../types/CallWithNCCO.js';