@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) • 384 B
text/typescript
import { WebsocketEndpoint } from '../../types/Endpoint/WebsocketEndpoint.mjs';
import '../../types/Endpoint/WebsocketAuthorization.mjs';
import '../../enums/Endpoint/WebsocketBitrate.mjs';
/**
* @deprecated This interface is deprecated. Please update to use the WebsocketEndpoint type
*/
type WebsocketEndpointObject = WebsocketEndpoint;
export type { WebsocketEndpointObject };