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 • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatFormCommandsEnum = void 0;
var ChatFormCommandsEnum;
(function (ChatFormCommandsEnum) {
ChatFormCommandsEnum["OPEN"] = "OPEN_CHAT_FORM_COMMAND";
ChatFormCommandsEnum["FILL"] = "FILL_CHAT_FORM_COMMAND";
})(ChatFormCommandsEnum || (exports.ChatFormCommandsEnum = ChatFormCommandsEnum = {}));
//# sourceMappingURL=enums.js.map