@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
16 lines (13 loc) • 589 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/WebsocketAuthorization.js';
import '../../enums/Endpoint/WebsocketBitrate.js';
import '../../types/Endpoint/AppEndpoint.js';
/**
* @deprecated This interface is deprecated. Please update to use the CallEndpoint type
*/
type CallEndpointObject = CallEndpoint;
export type { CallEndpointObject };