@mafalda-sfu/mediasoup-node-fbs
Version:
Node.js flatbuffers extracted from Mediasoup
12 lines (11 loc) • 855 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationT = exports.Notification = exports.Event = exports.Body = void 0;
var body_1 = require("./notification/body");
Object.defineProperty(exports, "Body", { enumerable: true, get: function () { return body_1.Body; } });
var event_1 = require("./notification/event");
Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return event_1.Event; } });
var notification_1 = require("./notification/notification");
Object.defineProperty(exports, "Notification", { enumerable: true, get: function () { return notification_1.Notification; } });
Object.defineProperty(exports, "NotificationT", { enumerable: true, get: function () { return notification_1.NotificationT; } });