UNPKG

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 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GENERIC_HOOK_PLUGIN = exports.BbbPluginSdk = void 0; var BbbPluginSdk_1 = require("./api/BbbPluginSdk"); Object.defineProperty(exports, "BbbPluginSdk", { enumerable: true, get: function () { return BbbPluginSdk_1.BbbPluginSdk; } }); var enum_1 = require("./enum"); Object.defineProperty(exports, "GENERIC_HOOK_PLUGIN", { enumerable: true, get: function () { return enum_1.GENERIC_HOOK_PLUGIN; } }); //# sourceMappingURL=index.js.map