@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.33 kB
text/typescript
export { Connect } from './Connect.mjs';
export { Conversation } from './Conversation.mjs';
export { Input } from './Input.mjs';
export { NCCOBuilder } from './NCCOBuilder.mjs';
export { Notify } from './Notify.mjs';
export { Record } from './Record.mjs';
export { Talk } from './Talk.mjs';
export { Stream } from './Stream.mjs';
import '../../enums/NCCOActions.mjs';
import '../../enums/NCCO/ConnectEventType.mjs';
import '../../enums/NCCO/MachineDetection.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';
import '../../types/NCCO/ConnectAction.mjs';
import '../../interfaces/NCCO/Serializable.mjs';
import '../../types/NCCO/ConversationAction.mjs';
import '../../types/NCCO/InputAction.mjs';
import '../../types/NCCO/DTMFSettings.mjs';
import '../../types/NCCO/SpeechSettings.mjs';
import '../../types/NCCO/NCCOActions.mjs';
import '../../types/NCCO/RecordAction.mjs';
import '../../enums/NCCO/RecordingFormat.mjs';
import '../../types/NCCO/TalkAction.mjs';
import '../../enums/TTSLanguages.mjs';
import '../../types/NCCO/StreamAction.mjs';
import '../../types/NCCO/NotifyAction.mjs';