67a491f07c
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. |
||
---|---|---|
.. | ||
.meteor | ||
client | ||
imports | ||
private | ||
public | ||
server | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy_to_usr_share.sh | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
run-dev.sh | ||
test-html5.sh |