bigbluebutton-Github/bbb-common-message
prlanzarin 6e19eb55c7 fix(audio): decouple mic auth RPCs from global audio (SFU)
The SFU microphone module was using global audio authentication RPCs in
akka-apps to determine whether a mic connection is valid.

Fixes an issue where SFU microphone connections wouldn't take lock
settings in account in the permission checks.

In detail: decouple them by adding GetMicrophonePermissionReqMsg and
RespMsg. Allows flexibility on which conditionals to use in both. IMO it
is also better than renaming+adding a boolean to GetGlobalAudioPermission*
due to the fact that it gets easier to guarantee backwards compatibility
between SFU and BBB (ie SFU 2.9 keeps working on 2.4, 2.5).
2022-06-22 23:12:56 +00:00
..
project modified common-message for java 11 2022-03-16 17:45:11 +00:00
src fix(audio): decouple mic auth RPCs from global audio (SFU) 2022-06-22 23:12:56 +00:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf - enable scalariform for bbb-common-message 2019-03-27 13:34:56 -07:00
build.sbt modified common-message for java 11 2022-03-16 17:45:11 +00:00
deploy.sh WIP target JVM8 -> JVM11 2022-02-25 04:39:48 +00:00
README.md - remove messages from bbb-apps red5 2015-06-10 17:11:36 +00:00