bigbluebutton / bigbluebutton-html-plugin-sdk

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

feat: Change return type of useDataChannel from array of data to object #93

Closed GuiLeme closed 2 months ago

GuiLeme commented 2 months ago

What does this PR do?

It basically changes the return type from array (just like React.useState does) to object (as it is done in the apollo's useSubscription).

Closes Issue(s)

Closes #89

More

This is a breaking change, so please update what is necessary. Here are some of the plugins we already need to change: