What's New in BigBlueButton 3.0.3

Version 3.0.3 resolves a whiteboard issue introduced in BigBlueButton 3.0.2. The fix addresses excessive logging that occurred in the browser console and also reduced the rate of logs for nginx.

Whiteboard Fix

The whiteboard custom UI overrides configuration was not being properly memoized, leading to repeated logging of a single error. This fix memoizes the configuration, eliminating the redundant logs and improving overall performance.

Client Improvements

By reducing unnecessary console output, the client runs more efficiently. The fix also lowers the logging load on nginx, which can be beneficial for deployments with high traffic or limited resources.

Contributors

Thanks to JoVictorNunes for contributing the fix.