UNPKG

@vonage/voice

Version:

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

13 lines (12 loc) 655 B
export { CallEndpointObject } from './CallEndpointObject.mjs'; export { Headers } from './Headers.mjs'; export { PhoneEndpointObject } from './PhoneEndpointObject.mjs'; export { SIPEndpointObject } from './SIPEndpointObject.mjs'; export { WebsocketEndpointObject } from './WebsocketEndpointObject.mjs'; export { VBCEndpointObject } from './VBCEndpointObject.mjs'; import '../../types/Endpoint/CallEndpoint.mjs'; import '../../types/Endpoint/PhoneEndpoint.mjs'; import '../../types/Endpoint/SIPEndpoint.mjs'; import '../../types/Endpoint/VBCEndpoint.mjs'; import '../../types/Endpoint/WebsocketEndpoint.mjs'; import '../../types/Endpoint/AppEndpoint.mjs';