bigbluebutton-Github/bigbluebutton-html5/imports/startup/client
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
..
base.jsx Fix: use connection id to determine if a user is ejected or not 2023-07-11 15:00:24 +02:00
intl.jsx Merge branch 'v2.6.x-release' into issue-15713 2022-09-29 10:49:17 -03:00
logger.js Improve logs for a better debug/understanding of problems related to authentication and log in process 2020-10-07 16:50:17 -03:00