@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) • 597 B
text/typescript
import { CallEndpoint } from '../../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';
/**
* @deprecated This interface is deprecated. Please update to use the CallEndpoint type
*/
type CallEndpointObject = CallEndpoint;
export type { CallEndpointObject };