Go to file
prlanzarin 2f12992c20 fix: specify a unique mock authToken for dial-in users
Every dial in user has its RegistedUser authToken set to an empty string,
Since authToken is the RegUser's HashMap indexing key, this causes a
bunch of inconsistencies; eg.: endpoint ejection will stop working if
more than one dial-in user joined a meeting concurrently because the
later dial-in devices overwrite the earlier ones in the RegUsers map.

The authToken is now mocked as the user's intId (which, for dial-in, is
the voice user ID) so that some sort of uniqueness is guaranteed within
the voice conf scope.
2023-11-07 18:02:10 -03:00
.github Add build/packages-template for every package cache-key 2023-11-01 17:24:44 -03:00
akka-bbb-apps fix: specify a unique mock authToken for dial-in users 2023-11-07 18:02:10 -03:00
akka-bbb-fsesl feat(audio): add experimental transparent listen only mode 2023-08-07 19:43:18 -03:00
bbb-common-message [issue-18449] - changes in review 2023-08-18 10:57:50 -03:00
bbb-common-web Prevent null error when parent meeting does not exist 2023-10-19 19:54:43 +00:00
bbb-export-annotations [issue-18449] - changes in review 2023-08-18 10:57:50 -03:00
bbb-fsesl-client Change target to release for java 17 on fsesl 2023-06-12 21:27:13 +00:00
bbb-learning-dashboard Fix: Poll answers not being translated in learning dashboard 2023-10-24 15:50:36 -03:00
bbb-libreoffice chore: Upgrade LibreOffice to 7.6.2 2023-11-01 06:50:32 -04:00
bbb-recording-imex add .gitignore for bbb-recording-imex 2023-01-25 18:40:58 +00:00
bbb-voice-conference/config/freeswitch build(freeswitch): load mod_audio_fork by default 2023-04-25 10:05:06 -03:00
bigbluebutton-config chore: bump up release to 2.7.3 2023-11-01 05:37:17 -04:00
bigbluebutton-html5 Merge pull request #19072 from ramonlsouza/issue-18937 2023-11-07 13:17:14 -05:00
bigbluebutton-tests Merge pull request #19033 from bigbluebutton/snyk-fix-63c36c1df3ed25c79d200c54fff3c83e 2023-10-30 11:58:29 -04:00
bigbluebutton-web Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy 2023-10-20 08:27:15 -04:00
build Merge pull request #18789 from antobinary/docs27 2023-09-15 10:23:50 -04:00
docs add param to docs 2023-11-07 10:11:55 -03:00
labs/stress-testing Removes vertx-akka file 2022-06-30 16:51:23 -03:00
record-and-playback fix(recording): Deskshare audio processing hang 2023-10-03 14:21:50 -04:00
.gitignore bbb-presentation-video: Update to 4.0.0-rc.1 2023-03-06 11:57:53 -05:00
.gitlab-ci.yml Merge pull request #17724 from lfzawacki/v2.7.x-release 2023-06-22 05:25:14 -04:00
.nvmrc Add .nvmrc 2018-10-03 13:33:59 -04:00
bbb-etherpad.placeholder.sh chore: Bump Etherpad to 1.9.4 2023-10-30 15:14:50 -04:00
bbb-lti.placeholder.sh build: add placeholder to pull bbb-lti from other repo 2022-02-28 20:29:11 +00:00
bbb-pads.placeholder.sh chore: Bump bbb-pads to 1.5.2 2023-11-06 06:40:42 -05:00
bbb-playback.placeholder.sh chore: Bump bbb-playback to 5.0.1 2023-09-15 09:53:59 -04:00
bbb-presentation-video.placeholder.sh bbb-presentation-video: Update to 4.0.4 2023-10-03 17:02:49 -04:00
bbb-transcription-controller.placeholder.sh build: add bbb-transcription-controller 2023-05-19 13:03:17 -03:00
bbb-webhooks.placeholder.sh build(webhooks): v2.6.0 2022-05-24 14:08:12 +00:00
bbb-webrtc-recorder.placeholder.sh build(bbb-webrtc-recorder): v0.5.1 2023-09-07 10:12:05 -03:00
bbb-webrtc-sfu.placeholder.sh build(bbb-webrtc-sfu): v2.12.0 2023-11-01 15:36:32 -03:00
freeswitch.placeholder.sh build(freeswitch): v1.10.10 2023-08-14 08:53:44 -03:00
LICENSE Add license file 2020-04-23 13:51:05 -03:00
README.md build: swap bionic with focal 2022-03-14 19:04:23 +00:00
SECURITY.md Update SECURITY.md 2023-09-06 15:37:56 -04:00
transifex.yml fix: Change naming of resulting translated locales file 2022-12-20 13:50:44 -05:00

BigBlueButton

BigBlueButton is an open source web conferencing system.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms.

Presenters can record and playback content for later sharing with others.

We designed BigBlueButton for online learning, (though it can be used for many other applications as well). The educational use cases for BigBlueButton are

  • Online tutoring (one-to-one)
  • Flipped classrooms (recording content ahead of your session)
  • Group collaboration (many-to-many)
  • Online classes (one-to-many)

You can install on a Ubuntu 20.04 64-bit server. We provide bbb-install.sh to let you have a server up and running within 30 minutes (or your money back 😉).

For full technical documentation BigBlueButton -- including architecture, features, API, and GreenLight (the default front-end) -- see https://docs.bigbluebutton.org/.

BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc .