UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

10 lines (9 loc) 477 B
export { CallEndpoint } from './CallEndpoint.js'; export { PSTNEndpoint } from './PSTNEndpoint.js'; export { PhoneEndpoint } from './PhoneEndpoint.js'; export { SIPEndpoint } from './SIPEndpoint.js'; export { VBCEndpoint } from './VBCEndpoint.js'; export { WebsocketAuthorization } from './WebsocketAuthorization.js'; export { WebsocketEndpoint } from './WebsocketEndpoint.js'; export { AppEndpoint } from './AppEndpoint.js'; import '../../enums/Endpoint/WebsocketBitrate.js';