UNPKG

@vonage/voice

Version:

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

31 lines (30 loc) 1.3 kB
export { Connect } from './Connect.js'; export { Conversation } from './Conversation.js'; export { Input } from './Input.js'; export { NCCOBuilder } from './NCCOBuilder.js'; export { Notify } from './Notify.js'; export { Record } from './Record.js'; export { Talk } from './Talk.js'; export { Stream } from './Stream.js'; import '../../enums/NCCOActions.js'; import '../../enums/NCCO/ConnectEventType.js'; import '../../enums/NCCO/MachineDetection.js'; import '../../types/Endpoint/CallEndpoint.js'; import '../../types/Endpoint/PhoneEndpoint.js'; import '../../types/Endpoint/SIPEndpoint.js'; import '../../types/Endpoint/VBCEndpoint.js'; import '../../types/Endpoint/WebsocketEndpoint.js'; import '../../types/Endpoint/AppEndpoint.js'; import '../../types/NCCO/ConnectAction.js'; import '../../interfaces/NCCO/Serializable.js'; import '../../types/NCCO/ConversationAction.js'; import '../../types/NCCO/InputAction.js'; import '../../types/NCCO/DTMFSettings.js'; import '../../types/NCCO/SpeechSettings.js'; import '../../types/NCCO/NCCOActions.js'; import '../../types/NCCO/RecordAction.js'; import '../../enums/NCCO/RecordingFormat.js'; import '../../types/NCCO/TalkAction.js'; import '../../enums/TTSLanguages.js'; import '../../types/NCCO/StreamAction.js'; import '../../types/NCCO/NotifyAction.js';