bigbluebutton / bigbluebutton-html-plugin-sdk

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

(refactor): Rename Item to interface #62

Closed GuiLeme closed 7 months ago

GuiLeme commented 8 months ago

As discussed internally, the general interfaces for the extensible areas could be named <extensible-area-name>Interface instead of <extensible-area-name>Item, since there are some extensible areas that don't have more than one type of item.

So the idea would be: CameraSettingsDropdownItem -> CameraSettingsDropdownInterface or ActionsBarItem -> ActionsBarInterface, and so on.