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) 459 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';