bigbluebutton / bigbluebutton-html-plugin-sdk

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

fix: change return type of useDataChannel #57

Closed GuiLeme closed 8 months ago

GuiLeme commented 8 months ago

What this PR do?

It basically changes the return type of the hook useDataChannel to make it simpler for the plugin developer to fetch data from this hook.

Closes

Closes #56