ttc-ai-client
Version:
TypeScript client sdk for TTC AI services with decorators and schema validation.
12 lines • 601 B
JavaScript
;
/**
* Voice Calls Module
* Simple, clean voice call implementation using ttc-sc
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallIntegration = exports.VoiceCallManager = void 0;
var index_1 = require("./index");
Object.defineProperty(exports, "VoiceCallManager", { enumerable: true, get: function () { return index_1.VoiceCallManager; } });
var integration_1 = require("./integration");
Object.defineProperty(exports, "CallIntegration", { enumerable: true, get: function () { return integration_1.CallIntegration; } });
//# sourceMappingURL=exports.js.map