bigbluebutton-Github/bigbluebutton-html5/imports/api/timer/server
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
..
methods feat(timer): added requestedUserId and Action logs 2023-05-18 15:29:38 -03:00
modifiers fix(timer): wrong attribute to get users count 2023-05-18 15:29:38 -03:00
helpers.js feat(timer): adds more songs 2023-05-18 15:29:35 -03:00
index.js Timer first commit 2023-05-18 15:29:31 -03:00
methods.js feat(timer): adds more songs 2023-05-18 15:29:35 -03:00
publishers.js Timer first commit 2023-05-18 15:29:31 -03:00