UNPKG

@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) 487 B
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/AppEndpoint.mjs'; /** * @deprecated This interface is deprecated. Please update to use the CallEndpoint type */ type CallEndpointObject = CallEndpoint; export type { CallEndpointObject };