@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
8 lines (7 loc) • 356 B
TypeScript
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 { WebsocketEndpoint } from './WebsocketEndpoint.js';
export { AppEndpoint } from './AppEndpoint.js';