VERTO: expose audio mandatory constraints to demo and disable a few that seem to mess with audio quality

This commit is contained in:
Anthony Minessale
2014-10-13 19:26:20 -04:00
parent cff5209ca3
commit 401aa24f4a
4 changed files with 21 additions and 7 deletions

View File

@@ -473,6 +473,11 @@ function init() {
"minWidth": "1280",
"minHeight": "720"
},
audioParams: {
googAutoGainControl: false,
googNoiseSuppression: false,
googHighpassFilter: false
},
iceServers: $("#use_stun").is(':checked')
},callbacks);