bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5) - New Hook useUsersOverview #47

Closed GuiLeme closed 10 months ago

GuiLeme commented 10 months ago

What does this PR do?

It adds support for the new hook useUsersOverview, though it doesn't include a new plugin sample specially made for it. The sample it is included is the SampleActionsBarPlugin, which just logs a message in the console with all the users in it.

Closes

Closes issue #45

More

Closely related to https://github.com/bigbluebutton/bigbluebutton/pull/19028