bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): add generic component to extensible areas list and layout.set to uiCommands #69

Closed GuiLeme closed 6 months ago

GuiLeme commented 6 months ago

What does this PR do?

It basically adds the generic component as a new extensible area, so now it is possible to set a content in the presentation area other than the already supported ones.

It also adds the ability to set/unset the generic component in the presentation area (related to the layouts).

Motivation

There are some applications we want to insert in bbb such as google docs, so with these, it would be already possible.

More

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