UNPKG

@vonage/voice

Version:

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

20 lines (17 loc) 782 B
import { ConnectAction as ConnectAction$1 } from '../../types/NCCO/ConnectAction.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/WebsocketAuthorization.js'; import '../../enums/Endpoint/WebsocketBitrate.js'; import '../../types/Endpoint/AppEndpoint.js'; import '../../enums/NCCOActions.js'; import '../../enums/NCCO/ConnectEventType.js'; import '../../enums/NCCO/MachineDetection.js'; /** * @deprecated This interface is deprecated. Please update to use the ConnectActionType type */ type ConnectAction = ConnectAction$1; export type { ConnectAction };