UNPKG

@vonage/voice

Version:

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

18 lines 658 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MachineDetectionBehavior = void 0; /** * Enum representing the behavior of machine detection in a call. */ var MachineDetectionBehavior; (function (MachineDetectionBehavior) { /** * Continue the call even if a machine is detected. */ MachineDetectionBehavior["CONTINUE"] = "continue"; /** * Hang up the call if a machine is detected. */ MachineDetectionBehavior["HANGUP"] = "hangup"; })(MachineDetectionBehavior || (exports.MachineDetectionBehavior = MachineDetectionBehavior = {})); //# sourceMappingURL=MachineDetctionBehavior.js.map