bigbluebutton / bigbluebutton-html-plugin-sdk

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

Commands - ejectUser #30

Open TiagoJacobs opened 11 months ago

TiagoJacobs commented 11 months ago

We want to create a new type of plugin hook "commands", that will allow the plugin to perform an action on behalf of the user, like ejecting an user from the meeting (that will be the initial implementation).

Sample implementation:

Expected API:

pluginApi.commands.ejectUser(userId);