UNPKG

@vonage/voice

Version:

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

23 lines (22 loc) 993 B
export { Action } from './Action.js'; export { ConnectAction } from './ConnectAction.js'; export { ConversationAction } from './ConversationAction.js'; export { DTMFSettings } from './DTMFSettings.js'; export { InputAction } from './InputAction.js'; export { NCCOAction } from './NCCOActions.js'; export { NotifyAction } from './NotifyAction.js'; export { RecordAction } from './RecordAction.js'; export { SpeechSettings } from './SpeechSettings.js'; export { StreamAction } from './StreamAction.js'; export { TalkAction } from './TalkAction.js'; import '../../enums/NCCOActions.js'; import '../../enums/NCCO/RecordingFormat.js'; import '../Endpoint/CallEndpoint.js'; import '../Endpoint/PhoneEndpoint.js'; import '../Endpoint/SIPEndpoint.js'; import '../Endpoint/VBCEndpoint.js'; import '../Endpoint/WebsocketEndpoint.js'; import '../Endpoint/AppEndpoint.js'; import '../../enums/NCCO/ConnectEventType.js'; import '../../enums/NCCO/MachineDetection.js'; import '../../enums/TTSLanguages.js';