bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): Big refactor in organization #48

Closed GuiLeme closed 9 months ago

GuiLeme commented 9 months ago

What does this PR do?

It refactors the plugin structure to be more readable and understandable.

It also adds a new custom subscription hook due to its useful feature of querying freely through graphql.

Motivation

As the PRs were growing bigger, the files and general structure were becoming too massive to read and was impacting in the coding performance as well.

More

Closely related to the Core PR: https://github.com/bigbluebutton/bigbluebutton/pull/19222