@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) • 363 B
text/typescript
export { CallEndpoint } from './CallEndpoint.mjs';
export { PSTNEndpoint } from './PSTNEndpoint.mjs';
export { PhoneEndpoint } from './PhoneEndpoint.mjs';
export { SIPEndpoint } from './SIPEndpoint.mjs';
export { VBCEndpoint } from './VBCEndpoint.mjs';
export { WebsocketEndpoint } from './WebsocketEndpoint.mjs';
export { AppEndpoint } from './AppEndpoint.mjs';