@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
11 lines (8 loc) • 381 B
TypeScript
import { WebsocketEndpoint } from '../../types/Endpoint/WebsocketEndpoint.js';
import '../../types/Endpoint/WebsocketAuthorization.js';
import '../../enums/Endpoint/WebsocketBitrate.js';
/**
* @deprecated This interface is deprecated. Please update to use the WebsocketEndpoint type
*/
type WebsocketEndpointObject = WebsocketEndpoint;
export type { WebsocketEndpointObject };