mediasoup
Version:
Cutting Edge WebRTC Video Conferencing
13 lines (12 loc) • 532 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.Type = void 0;
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
var Type;
(function (Type) {
Type[Type["SIMPLE"] = 0] = "SIMPLE";
Type[Type["SIMULCAST"] = 1] = "SIMULCAST";
Type[Type["SVC"] = 2] = "SVC";
Type[Type["PIPE"] = 3] = "PIPE";
})(Type || (exports.Type = Type = {}));