bigbluebutton-Github/bigbluebutton-html5
Arthurk12 02a6feb1c8 fix(timer): change users count threshold
Changes the timer auto-stop threshold from 90% to 100% of user count
to prioritize the timer alert sounding for all users over the timer state
being consistent.

Also, puts the user count fetch back to where it was to avoid a race
condition where the number of users when setting the observer is
different than when the timer ends(i.e. users've joined or left the
meeting while the timer was running) causing the timer not to stop or
stop prematurely.
2023-05-18 15:29:39 -03:00
..
.meteor chore: upgrade Meteor from 2.10 to 2.12 2023-05-02 11:27:53 -04:00
client update to react 18 2023-05-11 16:16:10 +00:00
imports fix(timer): change users count threshold 2023-05-18 15:29:39 -03:00
private feat(timer): adds more songs 2023-05-18 15:29:35 -03:00
public Updates timer music tracks 2023-05-18 15:29:37 -03:00
server Timer first commit 2023-05-18 15:29:31 -03:00
.eslintignore
.eslintrc.js
.gitignore copy tldraw fonts to public/files 2023-01-10 10:21:01 -03:00
deploy_to_usr_share.sh Use meteor-npm to install html5 2022-09-20 11:22:35 -03:00
jsconfig.json Add jsconfig 2022-02-21 12:42:29 +00:00
package-lock.json Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27 2023-05-15 11:51:17 -04:00
package.json Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27 2023-05-15 11:51:17 -04:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
test-html5.sh