@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
8 lines • 440 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const debug_1 = __importDefault(require("debug"));
(0, debug_1.default)('@vonage/voice')('This interface is deprecated. Please update to use the CallWithAnswerURL type');
//# sourceMappingURL=OutboundCallWithAnswerURL.js.map