- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Mar 2021 10:12:58 +0000
- To: public-webrtc-logs@w3.org
> Using the Lenovo microphone example, if there were some way for the system to indicate to the browser that echo cancellation were on This example seems to works well with the echoCancellation=false by default rule. If the Lenovo microphone is doing echo cancellation and the User Agent cannot disable it, getCapabilities should show that echoCancellation cannot be false for that device. User Agent will use echoCancellation to true because that is the only value. The fact that the User Agent does not know whether the microphone is doing echo cancellation or not should be treated more as a bug than as a usecase. > In the case of an observable constraint such as frame width/height, I'd prefer the user agent take whatever the underlying system provides by default. What happens if there is no default? For instance, on MacOS, if we do not set the width/height, we will most often use what the last application set. This is an issue for two reasons: - The application will potentially never get the same resolution. - The last application may have used a super low or super high resolution, good for its particular usecase but not good for most cases. - The web page gets disclosed to what the last application actually did, which is a small privacy leak for no good reason. -- GitHub Notification of comment by youennf Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/775#issuecomment-789599844 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 3 March 2021 10:12:59 UTC