github bigbluebutton/bigbluebutton v2.3.7
BigBlueButton 2.3.7

latest releases: v3.0.0-alpha.5, v2.7.6, v2.7.5...
2 years ago

This 2.3.x release includes a client loading stability fix, multiple fixes and overall improvements.

Special thanks all who provided feedback to 2.3.6 and to @hiroshisuga for fixes #12783 and #12720

HTML5 client

  • fix(stability): Fix race condition in auth process #12775
  • fix(polling): Fixes poll option misalignment in mobile device #12720
  • fix(audio): audio modal inactive after connection error #12734
  • fix: Get locale value from settings in export usernames #12773
  • fix: left/right webcam drag & drop for RTL languages #12740
  • fix: Unlocking specific user doesn't unlock all options to him #12741
  • fix(audio): add secondsToGatherIce as extraInfo in server log #12778
  • fix: Initialize the start/stop dictation button when speech recognition stops after some silence #12783
  • chore(audio): add audio join time in extraInfo of server log #12752
  • feat: Inform users that meeting ended due to "endWhenNoModerator" #12748

bbb-web

  • fix: Fix URLS for bigbluebutton.org #12784

Packaging

bbb-html5 build script

  • requires additional step npm rebuild node-sass between meteor npm install --production and METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build /tmp/html5-build --architecture os.linux.x86_64 --allow-superuser -- Otherwise node-sass dependency targets an incorrect nodejs version

bbb-html5.service

  • now requires redis.service to be started before it
  • renamed redis-server.service to redis.service in Wants
  • added etherpad.service to list of Wants
-Wants=redis-server.service mongod.service disable-transparent-huge-pages.service
-After=syslog.target network.target mongod.service etherpad.service disable-transparent-huge-pages.service
+Wants=redis.service mongod.service disable-transparent-huge-pages.service etherpad.service
+After=redis.service mongod.service disable-transparent-huge-pages.service etherpad.service syslog.target network.target

Release name

In case an administrator does not want to update to the latest bionic-230 version. Use as substitute to the -v argument in bbb-install.sh command
bionic-230-2.3.7
We still recommend using -v bionic-230.

Client build: 1811

Don't miss a new bigbluebutton release

NewReleases is sending notifications on new releases.