bigbluebutton-Github/bigbluebutton-html5
Arthurk12 215fe73542 fix(timer): update time offset edge case
Prevents the client from updating its time offset when the time returned
from the server is zero, which is the default returned value when there
is no userId.
This would make the client to calculate a gigantic negative time offset
leading the timer to reach the end prematurely/instantaneously.
2023-05-18 15:29:42 -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): update time offset edge case 2023-05-18 15:29:42 -03:00
private fix(timer): New songs for timer 2023-05-18 15:29:41 -03:00
public fix(timer): New songs for timer 2023-05-18 15:29:41 -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
test-html5.sh