bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): new server-command for typed-captions plugin #92

Closed GuiLeme closed 2 months ago

GuiLeme commented 2 months ago

What does this PR do?

This PR essentially creates new server-command to send caption via user and also add a new captionLocale.

Other than that, there are a few bugs found in the data-channel flow such as the remove entry function not working, those are already fixed by now.

Motivation

As mentioned in the title of this PR it is made to support the new typed-captions plugin.

More

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