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.
9 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PresentationAreaEnum = void 0;
var PresentationAreaEnum;
(function (PresentationAreaEnum) {
PresentationAreaEnum["OPEN"] = "OPEN_PRESENTATION_AREA_COMMAND";
PresentationAreaEnum["CLOSE"] = "CLOSE_PRESENTATION_AREA_COMMAND";
})(PresentationAreaEnum || (exports.PresentationAreaEnum = PresentationAreaEnum = {}));
//# sourceMappingURL=enums.js.map