@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
14 lines (11 loc) • 481 B
TypeScript
import { CallEndpoint } from '../../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';
/**
* @deprecated This interface is deprecated. Please update to use the CallEndpoint type
*/
type CallEndpointObject = CallEndpoint;
export type { CallEndpointObject };