Go to file
Anton Georgiev b9eab9361e
Merge pull request #19229 from danimo/cleanup/runuser
cleanup: use runuser instead of sudo
2024-02-20 15:15:52 -05:00
.github build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00
akka-bbb-apps Merge pull request #19618 from gustavotrott/events-xml-raiseHand 2024-02-16 14:01:39 -05:00
akka-bbb-fsesl Update akka-bbb-fsesl/src/main/resources/application.conf 2023-09-01 15:16:06 -04:00
bbb-common-message Introduces a ping-pong mechanism designed to verify the availability of a middleware service (#19623) 2024-02-14 13:28:19 -03:00
bbb-common-web Introduces learningDashboard-AccessToken through Graphql 2024-02-20 14:55:54 -03:00
bbb-export-annotations Variable name swapping and requested changes 2024-02-05 11:18:31 -03:00
bbb-fsesl-client Change target to release for java 17 on fsesl 2023-06-12 21:27:13 +00:00
bbb-graphql-actions Fix multi-user whiteboard not working 2024-02-02 11:00:18 -03:00
bbb-graphql-client-test Introduces learningDashboard-AccessToken through Graphql 2024-02-20 14:55:54 -03:00
bbb-graphql-middleware Introduces a ping-pong mechanism designed to verify the availability of a middleware service (#19623) 2024-02-14 13:28:19 -03:00
bbb-graphql-server Merge pull request #19229 from danimo/cleanup/runuser 2024-02-20 15:15:52 -05:00
bbb-learning-dashboard Add option disabledFeatures=learningDashboardDownloadSessionData 2024-02-14 10:16:31 -03:00
bbb-libreoffice Force error to see test results 2023-11-29 16:32:58 -03:00
bbb-livekit Add Livekit package 2023-11-28 13:25:50 +01:00
bbb-recording-imex [Snyk] Fix for 2 vulnerabilities (recording-imex) 2024-01-19 16:10:40 -05: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 release to 3.0.0-alpha.3 2024-02-09 14:53:58 -05:00
bigbluebutton-html5 Merge pull request #19643 from JoVictorNunes/fix-warnings-0216 2024-02-20 10:07:51 -03:00
bigbluebutton-tests Merge branch 'v3.0.x-release' into cleanup/runuser 2024-02-20 13:38:33 -05:00
bigbluebutton-web Introduces learningDashboard-AccessToken through Graphql 2024-02-20 14:55:54 -03:00
build Merge branch 'v3.0.x-release' into cleanup/runuser 2024-02-20 13:38:33 -05:00
docs Update api.md 2024-02-16 14:47:59 -05:00
labs/stress-testing Removes vertx-akka file 2022-06-30 16:51:23 -03:00
record-and-playback Merge pull request #17884 from Ithanil/nicer_ffmpeg 2024-01-22 11:37:45 -05:00
scripts/code-review Fix parameter check on checkout-to-pr script (#18705) 2023-09-04 10:59:49 -03:00
.gitignore ignore 2024-02-07 13:45:40 -03:00
.gitlab-ci.yml Add Livekit package 2023-11-28 13:25:50 +01:00
.nvmrc Add .nvmrc 2018-10-03 13:33:59 -04:00
bbb-etherpad.placeholder.sh chore: Bump Etherpad to 1.9.4 2023-11-20 11:16:17 -03:00
bbb-pads.placeholder.sh build: Bump bbb-pads to 1.5.2 (port from 2.7) #19070 2023-12-19 11:51:37 -05:00
bbb-playback.placeholder.sh chore: Bump bbb-playback to 5.0.2 2023-11-21 11:02:07 -03:00
bbb-presentation-video.placeholder.sh v27 changes ported to v30 part 2. 2023-11-10 15:09:45 -03:00
bbb-transcription-controller.placeholder.sh build: add bbb-transcription-controller 2023-05-19 13:03:17 -03:00
bbb-webhooks.placeholder.sh build(bbb-webhooks): v3.0.0-beta.4 2024-01-18 17:47:06 -03:00
bbb-webrtc-recorder.placeholder.sh build(bbb-webrtc-recorder): v0.6.0 2024-01-18 17:45:13 -03:00
bbb-webrtc-sfu.placeholder.sh build(bbb-webrtc-sfu): v2.13.0-alpha.1 2024-01-18 17:52:21 -03:00
freeswitch.placeholder.sh build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377) 2024-01-03 15:19:09 -05:00
LICENSE Add license file 2020-04-23 13:51:05 -03:00
README.md Update README.md 2023-10-22 07:05:51 +02:00
SECURITY.md chore: renaming BBB 2.8 to 3.0 2023-09-26 11:41:25 -04:00
transifex.yml chore: add transifex.yml for GitHub<->Transifex integration 2022-12-20 19:21:32 +00:00

BigBlueButton

BigBlueButton is an open-source virtual classroom designed to help teachers teach and learners learn.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard annotations), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboards, shared notes, and breakout rooms. During the session, BigBlueButton generates analytics that are visible to moderators in the Learning Analytics Dashboard.

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

We designed BigBlueButton for online learning, 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)

The latest version is BigBlueButton 2.7. You can install BigBlueButton 2.6 on Ubuntu 20.04 using bbb-install.sh within 30 minutes (or your money back 😉).

For full technical documentation of 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.