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.

6 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GET_PLUGIN_INFORMATION = void 0; var GET_PLUGIN_INFORMATION = "\nsubscription GetPluginInformation {\n plugin {\n javascriptEntrypointIntegrity\n javascriptEntrypointUrl\n localesBaseUrl\n name\n }\n}\n"; exports.GET_PLUGIN_INFORMATION = GET_PLUGIN_INFORMATION; //# sourceMappingURL=subscriptions.js.map