mediaConstraints: {"audio": {"optional": [{"googEchoCancellation": "true"}, {"googAutoGainControl": "true"}, {"googNoiseReduction": "true"}], "mandatory": {}}}
or changing
L1700
var constraints = { mandatory: {}, optional: []};
to
var constraints = {"audio": {"optional": [{"googEchoCancellation": "true"}, {"googAutoGainControl": "true"}, {"googNoiseReduction": "true"}]}};
But overtimes it seems to be fully ignored, still no constraints in the getusermedia :(
Can you help me and point me out where I have to made change ?
J-
| googResidualEchoLikelihood | 0.17052409052848816 |
| googResidualEchoLikelihoodRecentMax | 0.17123322188854218 |
| googTrackId | 521e2a25-45fc-4d03-8b23-d1b72b3f3c43 |
| googTypingNoiseState | false |
| aecDivergentFilterFraction | 0 |
| packetsLost | 0 |
| googJitterReceived | 2 |
| googRtt | 1 |
| googEchoCancellationEchoDelayStdDev | 0 |
--
You received this message because you are subscribed to a topic in the Google Groups "meetecho-janus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meetecho-janus/Z0qZko86cO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
Hi Lorenzo,
Thanks for the tip , it works with video call !I confirm also you don’t need to modify janus.js to add constraint: AEC is enable by defaultThanks for the help Lorenzo, I guess we will have to wait now for multi stream in 1 peerco for video room :)
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.