@mafalda-sfu/mediasoup-node-fbs
Version:
Node.js flatbuffers extracted from Mediasoup
10 lines (9 loc) • 317 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.Type = void 0;
var Type;
(function (Type) {
Type[Type["SCTP"] = 0] = "SCTP";
Type[Type["DIRECT"] = 1] = "DIRECT";
})(Type || (exports.Type = Type = {}));