bigbluebutton / bigbluebutton-html-plugin-sdk

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

UI Extensible areas - allow to add icons to user list item #32

Closed TiagoJacobs closed 11 months ago

TiagoJacobs commented 11 months ago

We want to be able to provide icons for users, like in the following example: image

TiagoJacobs commented 11 months ago

Hello, as we discussed, let's use the following API:

setUserListItemAdditionalInformation([
    new UserListItemIcon ('user_123', 'star'),
    new UserListItemIcon ('user_123', 'star'),
    new UserListItemIcon ('user_124', 'plus'),
    new UserListItemLabel ('user_999', 'Master degree')
])

And to make it compatible, let's rename setUserListDropdownItems to setUserListItemDropdownItems.