Go to file
Mario Jr 8036ce71b1 Fix audio and push alerts for user join
When validating tokens, the dummyUser created at the beginning is set
with validated=true. This means there won't be the state change that used
to occur from validated:false to validated:true (which detects the moment
joined the meeting) , therefore the alert code that expects for this change
won't run.
To fix this for audio alerts, we now detect when user join by observing
additions in Users's collection. This is actually good because we start
observing this only once (in componentDidMount), differently we used to do,
by calling this every time the tracker was activated.

To distinguish between the user addition that initially populates user's
collection from those that happens after user join (which are the ones we
want), we store the initial state (at componentDidMount) and compare it
with new additions. If the user added is present at the initial state,
then it is an addition to populates the collection, otherwise this is a real
user addition (happened after user joined the meeting)

Partially fixes #11399
2021-03-02 08:43:56 -03:00
.github Automate Conflict Check for Pull Requests 2020-12-04 00:59:35 +01:00
akka-bbb-apps Merge pull request #11525 from gustavotrott/develop 2021-03-01 13:56:16 -05:00
akka-bbb-fsesl Merge pull request #11454 from schrd/akka-config 2021-02-23 08:44:00 -05:00
bbb-api-demo Update restart command for tomcat7 2019-05-02 16:23:49 -04:00
bbb-common-message Adds lastAuthTokenValidatedOn to users in Akka, send it in ValidateAuthTokenRespMsg pubSub msg, makes Meteor store it as authTokenValidatedTime 2021-02-25 16:52:20 -03:00
bbb-common-web Support for backend vs frontend nodejs instances bbb-html5 2021-02-16 03:19:31 +00:00
bbb-fsesl-client Track call session state 2020-02-05 14:58:47 -08:00
bbb-libreoffice Fix #11089 2020-12-29 09:15:00 -06:00
bbb-lti Merge pull request #9414 from BenjaminBeichler/fix-thumbnail-lti-tool 2020-06-11 17:59:34 -04:00
bbb-voice-conference/config/freeswitch Updated freeswitch configuration default user flag to "nomoh", no music on hold when this member is the only member in the conference. 2016-02-16 19:04:23 +01:00
bbb-webhooks Remove coffee files from gitignore. Corrections to the readme.md 2021-02-07 16:08:09 -08:00
bigbluebutton-config Merge pull request #11454 from schrd/akka-config 2021-02-23 08:44:00 -05:00
bigbluebutton-html5 Fix audio and push alerts for user join 2021-03-02 08:43:56 -03:00
bigbluebutton-web Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into feb18-merge 2021-02-18 20:33:19 +00:00
doc more messages 2014-04-19 13:19:40 -07:00
labs Removed obsolete BBB components from 2.3 2020-10-03 06:18:15 +00:00
record-and-playback Bump nokogiri from 1.10.8 to 1.11.0 in /record-and-playback/core 2021-02-09 00:28:29 +00:00
.gitignore Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into master-merge-2.0 2018-01-23 12:27:42 +01:00
.nvmrc Add .nvmrc 2018-10-03 13:33:59 -04:00
.travis.yml Travis CI: Refactor 2020-03-29 10:24:39 +02:00
bbb.sh - minor formatting from IDE 2016-11-22 15:59:05 +00:00
build_script.sh Make sure linter doesn't use removed files 2019-01-16 12:07:34 -05:00
DEVELOPMENT.md DEVELOPMENT.md: Fix Markdown links 2020-04-03 12:02:56 +02:00
LICENSE Add license file 2020-04-23 13:51:05 -03:00
README.md Use unicode emoji to balance brackets 2020-05-07 00:26:55 +02:00
SECURITY.md Create SECURITY.md 2020-07-22 20:30:51 -04: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). 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 16.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 .