bigbluebutton / bigbluebutton-html-plugin-sdk

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

Plugins in breakouts do not work #127

Closed GuiLeme closed 5 days ago

GuiLeme commented 1 week ago

Describe the bug

Plugins in breakout do not work, they don't load on the client

To Reproduce

  1. Enter a meeting with a plugin defined in the create call and make sure the plugin is loaded on the client (there is a log for that in the console);
  2. Create breakout rooms;
  3. Enter the breakout and see no logs in the console, this means that the client didn't load the plugin;

Expected behavior Breakouts should load same plugins as their parents (Perhaps we should create a property in the manifest.json to intentionally tell the plugin whether or not to load in breakouts)

Actual behavior No plugin loads in breakouts

Screenshots

See issue down below:

https://github.com/user-attachments/assets/48d41d7f-dee3-4c87-930e-5581ea15552b

BBB version, plugin in which The bug happened and SDK

SDK version is 0.0.66