UNPKG

@vonage/voice

Version:

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

14 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectEventType = void 0; /** * Enum representing different event types for the Connect NCCO action. */ var ConnectEventType; (function (ConnectEventType) { /** * Synchronous event type. */ ConnectEventType["SYNCHRONOUS"] = "synchronous"; })(ConnectEventType || (exports.ConnectEventType = ConnectEventType = {})); //# sourceMappingURL=ConnectEventType.js.map