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.
6 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.usePluginSettings = void 0;
var hooks_1 = require("./plugin-settings/hooks");
Object.defineProperty(exports, "usePluginSettings", { enumerable: true, get: function () { return hooks_1.usePluginSettings; } });
//# sourceMappingURL=index.js.map