bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): migrate ui-events to ui-data-hooks #72

Closed GuiLeme closed 6 months ago

GuiLeme commented 6 months ago

What does this PR do?

It migrates ui-events to ui-data-hooks.

Motivation

The previous hook didn't really have any advantages when comparing to the recently added ui-data hook, so in order to decrease complexity (of using 2 separate functions for essentially the same thing) we took the opportunity to make this migration.

More

This PR is closely related to the https://github.com/bigbluebutton/bigbluebutton/pull/19669