bigbluebutton-Github/bigbluebutton-html5
Arthurk12 6628296471 fix(timer): wrong attribute to get users count
There was a legacy attribute being used to find active users in the meeting.
This wrong attribute caused the returned number of users to be 0 which
makes the timer stop prematurely and, possibly, not to issue the timer beep.

Also adds a missing argument to updateTimer and moves the find call to
the Users collection to a external function, so it doesn't get executed
every time an user notifies timer has ended.
2023-05-18 15:29:38 -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): wrong attribute to get users count 2023-05-18 15:29:38 -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
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