UNPKG

@vonage/voice

Version:

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

37 lines (34 loc) 1.44 kB
import { CallWithNCCO } from '../types/CallWithNCCO.mjs'; import '../types/NCCO/NCCOActions.mjs'; import '../types/NCCO/RecordAction.mjs'; import '../enums/NCCOActions.mjs'; import '../enums/NCCO/RecordingFormat.mjs'; import '../types/NCCO/ConversationAction.mjs'; import '../types/NCCO/ConnectAction.mjs'; import '../types/Endpoint/CallEndpoint.mjs'; import '../types/Endpoint/PhoneEndpoint.mjs'; import '../types/Endpoint/SIPEndpoint.mjs'; import '../types/Endpoint/VBCEndpoint.mjs'; import '../types/Endpoint/WebsocketEndpoint.mjs'; import '../types/Endpoint/AppEndpoint.mjs'; import '../enums/NCCO/ConnectEventType.mjs'; import '../enums/NCCO/MachineDetection.mjs'; import '../types/NCCO/TalkAction.mjs'; import '../enums/TTSLanguages.mjs'; import '../types/NCCO/StreamAction.mjs'; import '../types/NCCO/InputAction.mjs'; import '../types/NCCO/DTMFSettings.mjs'; import '../types/NCCO/SpeechSettings.mjs'; import '../types/NCCO/NotifyAction.mjs'; import '../types/CommonOutboundCall.mjs'; import '../enums/HttpMethod.mjs'; import '../enums/MachineDetctionBehavior.mjs'; import '../types/AdvancedMachineDetection.mjs'; import '../enums/AdvancedMachineDetectionMode.mjs'; import '../types/CommonCallFields.mjs'; import '../types/Endpoint/PSTNEndpoint.mjs'; /** * @deprecated This interface is deprecated. Please update to use the CallWithNCCO type */ type OutboundCallWithNCCO = CallWithNCCO; export type { OutboundCallWithNCCO };