cf6202c572
FS has an intermittent issue where unmuting a HELD channel sometimes takes significantly (seconds) longer than usual. conference <XYZ> unmute <WVU> simply gets stuck with no FS_API response, which delays the unmute action whenever transparent listen only is active. Apparently, unholding the channel PRIOR TO unmuting works around the issue - at least it could not be reproduced with the scenario at hand. The unmute API already triggered an unhold in FS internally, which is the reason why this was not done beforehand. The aforementioned issue is way worse than an extra "redudant" API call, though. Always unhold audio channels manually _before_ unmuting. |
||
---|---|---|
.. | ||
project | ||
scala | ||
src | ||
.gitignore | ||
.scalariform.conf | ||
build.sbt | ||
deploy.sh | ||
run-dev.sh | ||
run.sh |