bigbluebutton-Github/akka-bbb-apps/src
prlanzarin 2f12992c20 fix: specify a unique mock authToken for dial-in users
Every dial in user has its RegistedUser authToken set to an empty string,
Since authToken is the RegUser's HashMap indexing key, this causes a
bunch of inconsistencies; eg.: endpoint ejection will stop working if
more than one dial-in user joined a meeting concurrently because the
later dial-in devices overwrite the earlier ones in the RegUsers map.

The authToken is now mocked as the user's intId (which, for dial-in, is
the voice user ID) so that some sort of uniqueness is guaranteed within
the voice conf scope.
2023-11-07 18:02:10 -03:00
..
debian/DEBIAN let bbb-apps-akka read an override config file from /etc/bigbluebutton 2021-02-19 13:55:36 +01:00
main/scala/org/bigbluebutton fix: specify a unique mock authToken for dial-in users 2023-11-07 18:02:10 -03:00
templates/systemloader/systemd fix: JVM apps stop to differ from failure 2022-09-02 01:59:56 +00:00
test feat(audio): add experimental transparent listen only mode 2023-08-07 19:43:18 -03:00
universal/conf feat(audio): add experimental transparent listen only mode 2023-08-07 19:43:18 -03:00