bigbluebutton-Github/akka-bbb-apps
prlanzarin 025942de5b fix(audio): only enforce hold on mute state mismatch if !muted
There's a routine that's supposed to enforce the channel hold state if
mute and hold states are mismatched. This should only happen in case the
user is unmuted and the channel is held to avoid leaving an user without
inbound or outbound audio by accident. The routine currently checks for
the oppositve scenario as well (muted=true,hold=false), which should not
be enforced because of special scenarios (e.g.: audio-only breakout room
transfers, which have their transparent LO mechanism disabled).

Only enforce hold on muted state mismatch IF muted == false.
2024-07-23 09:22:23 -03:00
..
project fix(sec): Bump logback-classic 2024-04-17 14:29:18 -04:00
scala renamed noRedirect* to redirectToHtml5* 2018-06-07 15:59:06 +00:00
src fix(audio): only enforce hold on mute state mismatch if !muted 2024-07-23 09:22:23 -03:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf - enable scariform for akka-apps 2019-03-27 13:41:16 -07:00
build.sbt Fix akka-apps: reStart ignoring /etc config (backport) #19757 2024-03-07 13:09:05 -05:00
deploy.sh fix: use correct service name in akka-apps deploy 2023-01-05 06:04:53 -05:00
run-dev.sh Improve scripts to run/deploy applications 2022-03-31 13:48:57 -03:00
run.sh Merged upstream develop branch 2021-05-01 16:59:20 +02:00