mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
VERTO: expose audio mandatory constraints to demo and disable a few that seem to mess with audio quality
This commit is contained in:
@@ -473,6 +473,11 @@ function init() {
|
||||
"minWidth": "1280",
|
||||
"minHeight": "720"
|
||||
},
|
||||
audioParams: {
|
||||
googAutoGainControl: false,
|
||||
googNoiseSuppression: false,
|
||||
googHighpassFilter: false
|
||||
},
|
||||
iceServers: $("#use_stun").is(':checked')
|
||||
},callbacks);
|
||||
|
||||
|
Reference in New Issue
Block a user