bigbluebutton / bigbluebutton-html-plugin-sdk

BigBlueButton Plugin SDK
GNU Lesser General Public License v3.0
7 stars 5 forks source link

UI commands - poll creation #29

Closed TiagoJacobs closed 9 months ago

TiagoJacobs commented 11 months ago

We want to create a new type of plugin hook "UI commands", that will allow the plugin to require an UI action to be performed, like opening the poll creation form (that will be the initial implementation).

Expected API:

pluginApi.uiCommands.pollCreation.form.open();
pluginApi.uiCommands.pollCreation.form.fill(data);