UNPKG

mediasoup

Version:

Cutting Edge WebRTC Video Conferencing

13 lines (12 loc) 988 B
"use strict"; // 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; /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */ 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; } });