WebRTC.org website (*** This repository is deprecated ***) - The documentation to contribute to native code is available at https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/index.md, info about WebRTC is available at https://webrtc.org)
While Chromebook ChromeOS Chrome version updated to new stable version 83.0.4103.97 from 81.xxx or lower,the sender auido got from chrome extension webrtc sound so many noise at the receiver peer on android or win or other system, just ChromeOS has this problem, others not.
And if a new tab page hold the microphone stream got by navigator.mediaDevices.getUserMedia({audio: true, video: false}) api,the noise problem disappear,and happen again while release the microphone stream or close the tab page.
Any sugestion?
While Chromebook ChromeOS Chrome version updated to new stable version 83.0.4103.97 from 81.xxx or lower,the sender auido got from chrome extension webrtc sound so many noise at the receiver peer on android or win or other system, just ChromeOS has this problem, others not. And if a new tab page hold the microphone stream got by navigator.mediaDevices.getUserMedia({audio: true, video: false}) api,the noise problem disappear,and happen again while release the microphone stream or close the tab page. Any sugestion?
the chromium issue link: https://bugs.chromium.org/p/chromium/issues/detail?id=1094279