UNPKG

@vonage/video

Version:

Package to interact with the Vonage Video API (Not OpenTok Compatible)

18 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArchiveMode = void 0; /** * Enum representing different archive modes. */ var ArchiveMode; (function (ArchiveMode) { /** * Archive mode set to 'manual', where archives are started and stopped manually. */ ArchiveMode["MANUAL"] = "manual"; /** * Archive mode set to 'always', where archives are continuously recorded. */ ArchiveMode["ALWAYS"] = "always"; })(ArchiveMode || (exports.ArchiveMode = ArchiveMode = {})); //# sourceMappingURL=ArchiveMode.js.map