cf293fe7fd
Transparent listen only is currently only worth it for meetings with a number of duplex audio channels larger than a certain value (dependant on system performance). That is due to the fact that global audio bridges created for the mechanism also use significant CPU (roughly the same as an unheld duplex channel), which means it's cost is usually offset only once there are enough potential channels to be held in a conference. This commit adds a new optional feature that introduces some dynamicity for the mechanism: it'll only be triggered after at least @voiceConf.transparentListenOnlyThreshold number of muted duplex audio channels are present in a conference. The default is 0 (always trigger transparent listen only if the general mechanism is activated). |
||
---|---|---|
.. | ||
project | ||
scala | ||
src | ||
.gitignore | ||
.scalariform.conf | ||
build.sbt | ||
deploy.sh | ||
run-dev.sh | ||
run.sh |