@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
22 lines (19 loc) • 847 B
text/typescript
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/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 };