bigbluebutton-Github/akka-bbb-apps
prlanzarin d3e2d3965c fix(audio): do not send FSESL hold cmd if already on hold
This is an edge case with the uuid_hold command being used through
FSESL or fsapi where holding only works via the uuid_hold <toggle>
subcommand, which may cause the channel to be the opposite of what
we want.

Do not execute if the command is asking for the channel to be HELD
and the channel is already HELD.
2024-07-23 09:22:40 -03:00
..
project fix(sec): Bump logback-classic 2024-04-17 14:29:18 -04:00
scala
src fix(audio): do not send FSESL hold cmd if already on hold 2024-07-23 09:22:40 -03:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf
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