UNPKG

@vonage/voice

Version:

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

11 lines (10 loc) 517 B
export { PhoneEndpoint } from './PhoneEndpoint.mjs'; export { SIPEndpoint } from './SIPEndpoint.mjs'; export { VBCEndpoint } from './VBCEndpoint.mjs'; export { WebsocketEndpoint } from './WebsocketEndpoint.mjs'; import '../../types/Endpoint/PSTNEndpoint.mjs'; import '../../types/Endpoint/SIPEndpoint.mjs'; import '../../types/Endpoint/VBCEndpoint.mjs'; import '../../enums/Endpoint/WebsocketBitrate.mjs'; import '../../types/Endpoint/WebsocketEndpoint.mjs'; import '../../types/Endpoint/WebsocketAuthorization.mjs';