UNPKG

@vonage/voice

Version:

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

18 lines (15 loc) 684 B
import { ConnectAction as ConnectAction$1 } from '../../types/NCCO/ConnectAction.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 '../../enums/NCCOActions.mjs'; import '../../enums/NCCO/ConnectEventType.mjs'; import '../../enums/NCCO/MachineDetection.mjs'; /** * @deprecated This interface is deprecated. Please update to use the ConnectActionType type */ type ConnectAction = ConnectAction$1; export type { ConnectAction };