mediasoup
Version:
Cutting Edge WebRTC Video Conferencing
8 lines (7 loc) • 489 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.SctpState = void 0;
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
var sctp_state_1 = require("./sctp-association/sctp-state");
Object.defineProperty(exports, "SctpState", { enumerable: true, get: function () { return sctp_state_1.SctpState; } });