bigbluebutton / bigbluebutton-html-plugin-sdk

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

Create new data consumption hook - useUsersOverview #45

Closed TiagoJacobs closed 10 months ago

TiagoJacobs commented 10 months ago

We need to create a new data consumption hook to allow listing all users of the meeting.

This list will contain minimal information (id, name, role).

Proposed API:

useUsersOverview(): UserOverview[]
GuiLeme commented 10 months ago

Closing this as done, see PRs: SDK: https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk/pull/47 Core: https://github.com/bigbluebutton/bigbluebutton/pull/19028