bigbluebutton-Github/bigbluebutton-html5/imports/api/timer
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
..
server fix(timer): wrong attribute to get users count 2023-05-18 15:29:38 -03:00
index.js Timer first commit 2023-05-18 15:29:31 -03:00