UNPKG

@vonage/voice

Version:

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

10 lines (8 loc) 243 B
// lib/enums/NCCO/ConnectEventType.ts var ConnectEventType = /* @__PURE__ */ ((ConnectEventType2) => { ConnectEventType2["SYNCHRONOUS"] = "synchronous"; return ConnectEventType2; })(ConnectEventType || {}); export { ConnectEventType };