UNPKG

@vonage/voice

Version:

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

24 lines (21 loc) 951 B
import { CallWithAnswerURL } from '../types/CallWithAnswerURL.mjs'; import '../types/CommonOutboundCall.mjs'; import '../enums/HttpMethod.mjs'; import '../enums/MachineDetctionBehavior.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/WebsocketAuthorization.mjs'; import '../enums/Endpoint/WebsocketBitrate.mjs'; import '../types/Endpoint/AppEndpoint.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 CallWithAnswerURL type */ type OutboundCallWithAnswerURL = CallWithAnswerURL; export type { OutboundCallWithAnswerURL };