@mafalda-sfu/mediasoup-node-fbs
Version:
Node.js flatbuffers extracted from Mediasoup
7 lines (6 loc) • 356 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.SctpState = void 0;
var sctp_state_1 = require("./sctp-association/sctp-state");
Object.defineProperty(exports, "SctpState", { enumerable: true, get: function () { return sctp_state_1.SctpState; } });