UNPKG

@vonage/video

Version:

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

18 lines 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArchiveOutputMode = void 0; /** * Enum representing different output modes for video archives. */ var ArchiveOutputMode; (function (ArchiveOutputMode) { /** * Represents the composed output mode where all streams are mixed into one. */ ArchiveOutputMode["COMPOSED"] = "composed"; /** * Represents the individual output mode where each stream is recorded separately. */ ArchiveOutputMode["INDIVIDUAL"] = "individual"; })(ArchiveOutputMode || (exports.ArchiveOutputMode = ArchiveOutputMode = {})); //# sourceMappingURL=ArchiveOutputMode.js.map