UNPKG

@vonage/voice

Version:

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

11 lines (9 loc) 279 B
// lib/enums/NCCO/MachineDetection.ts var MachineDetection = /* @__PURE__ */ ((MachineDetection2) => { MachineDetection2["CONTINUE"] = "continue"; MachineDetection2["HANGUP"] = "hangup"; return MachineDetection2; })(MachineDetection || {}); export { MachineDetection };