bigbluebutton-html-plugin-sdk
Version:
This repository contains the SDK for developing BigBlueButton plugins. Plugins are React components that can be loaded from external sources by the BigBlueButton HTML5 client to extend its functionalities.
8 lines • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChangeEnforcedLayoutTypeEnum = exports.NotificationTypeUiCommand = void 0;
var enums_1 = require("./notification/enums");
Object.defineProperty(exports, "NotificationTypeUiCommand", { enumerable: true, get: function () { return enums_1.NotificationTypeUiCommand; } });
var enums_2 = require("./layout/enums");
Object.defineProperty(exports, "ChangeEnforcedLayoutTypeEnum", { enumerable: true, get: function () { return enums_2.ChangeEnforcedLayoutTypeEnum; } });
//# sourceMappingURL=index.js.map