025942de5b
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. |
||
---|---|---|
.. | ||
project | ||
scala | ||
src | ||
.gitignore | ||
.scalariform.conf | ||
build.sbt | ||
deploy.sh | ||
run-dev.sh | ||
run.sh |