bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): Implemented first dom element manipulation - chat message #65

Closed GuiLeme closed 7 months ago

GuiLeme commented 7 months ago

What does this PR do?

It implements the chat message DOM element manipulation.

It also adds a sample to play around with the new feature as demonstrated ahead:

https://github.com/bigbluebutton/bigbluebutton/assets/69865537/6bd60966-85aa-4533-b378-9ef18aa0b4c4

In the sample we make a simple mentioning feature (It can be hardly enhanced in the future, this sample just serves as a demonstration on how to work with it.)

Closes

Closes #28

More

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