mediasoup
Version:
Cutting Edge WebRTC Video Conferencing
11 lines (10 loc) • 554 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.TraceEventType = void 0;
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
var TraceEventType;
(function (TraceEventType) {
TraceEventType[TraceEventType["PROBATION"] = 0] = "PROBATION";
TraceEventType[TraceEventType["BWE"] = 1] = "BWE";
})(TraceEventType || (exports.TraceEventType = TraceEventType = {}));