bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat(html5): create useTalkingIndicator and set for external video volume #66

Closed GuiLeme closed 7 months ago

GuiLeme commented 7 months ago

What does this PR do?

It creates new hooks for the plugin SDK:

Data Consumption Hook:

Ui Command:

The first one gives you the information of the user-voice, that being sync with the talking indicator on the meeting and the second gives you the ability to set a specific volume between 0 and 1 of the external video;

Motivation

Soon there will be an official plugin that decrease the external video when a user is talking, so those two new hooks make it possible

More

No samples for this one. Closely related to https://github.com/bigbluebutton/bigbluebutton/pull/19447