bigbluebutton-Github/bigbluebutton-html5
Mario Jr f2de2806eb Add setting for enabling/disabling microphone audio filters
As explained in #11143, disabling audio filters is desired in some scenarios.
This basically adds an option for user to disable default constraints.
When user doesn't change this value in Settings > Application, the default
value for each audio constraints is retrieved from settings.yml.
When user changes this value in Settings > Application, audio
filters (AGC, Noise Supression and Echo Cancellation) are all set to
true/false, according to the value selected in the Settings GUI.

To start it simple, we decided to not to add a different setting in the GUI for
each audio contraint. This may be added in the future, though (perhaps in a
dedicated Audio Settings tab)
This is related to #4873
2021-01-29 14:18:15 -03:00
..
.meteor updated Meteor from 1.10.1 to 1.10.2 2020-07-17 15:07:37 +00:00
client Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into oct16-merge 2020-10-21 14:48:02 +00:00
imports Add setting for enabling/disabling microphone audio filters 2021-01-29 14:18:15 -03:00
private Add setting for enabling/disabling microphone audio filters 2021-01-29 14:18:15 -03:00
public Merge 2.2.29 and 2.2.30 into 2.3.x 2020-11-24 15:13:09 +00:00
server Create ClientConnections structure and auth-token-validation collection 2020-09-01 09:07:56 -03:00
tests adds missing custom parameters specs to the custom parameters test suite 2021-01-15 19:51:52 -03:00
.dockerignore
.eslintignore
.eslintrc.js
.gitignore Pulled HTML5 locales April 17, 2020 2020-04-17 08:02:41 -04:00
docker-entrypoint.sh
Dockerfile
Dockerfile.dev
package-lock.json update axios to 0.21.1 to resolve vuln 2021-01-05 16:16:36 +00:00
package.json update axios to 0.21.1 to resolve vuln 2021-01-05 16:16:36 +00:00
test-html5.sh
TRANSIFEX_PULL_INSTRUCTIONS.md
transifex.sh Tackled numerous incorrect usage of newLine and doubleQuotes in Transifex 2020-09-10 03:02:19 +00:00