@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) • 674 B
TypeScript
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/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 };