bigbluebutton-Github/bigbluebutton-html5
Daniel Schreiber 67a491f07c Fix: use connection id to determine if a user is ejected or not
It used to be a boolean value which was durable if the server is
configured to use localStorage for bbb client settings. This would lead
to permanently blocking a user for all future BBB sessions.

To prevent that we use the connectionID to determine if a user is
blocked or not. If a user rejoins (in the same or a different meeting),
the connectionID is different, so the user can join again.
2023-07-11 15:00:24 +02:00
..
.meteor chore: upgrade Meteor from 2.10 to 2.12 2023-05-02 11:27:53 -04:00
client restore chat text selection | disable loupe in ipad while writing on canvas 2023-04-20 18:13:45 +00:00
imports Fix: use connection id to determine if a user is ejected or not 2023-07-11 15:00:24 +02:00
private enable-french-cc 2023-06-13 09:00:01 -04:00
public Updates for bigbluebutton-html5/public/locales/en.json in zh_TW (#18269) 2023-07-11 06:06:17 -04:00
server feat(captions): web speech prototype 2022-07-20 17:20:48 +00: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 use radash instead of lodash 2023-06-12 19:11:52 +00:00
package.json use radash instead of lodash 2023-06-12 19:11:52 +00:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
test-html5.sh