[Webkit-unassigned] [Bug 241492] New: Muted Audio element is unmuted automatically after rendering camera stream on a video element causing unwanted noise and echo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 15:19:23 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241492

            Bug ID: 241492
           Summary: Muted Audio element is unmuted automatically after
                    rendering camera stream on a video element causing
                    unwanted noise and echo
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: csantos at twilio.com
                CC: youennf at gmail.com

If you render a muted audio element and set its source to the microphone's media stream, the audio element becomes unmuted automatically if you grab a camera track and set it to a video element. When this happens, the muted property of the audio element is still true, but you can still hear audio coming from the element. In this example, the audio source is coming from the microphone which is causing a lot of echo. I found this happening on my iPhone 11 iOS 15.4.1 using Safari or Chrome.

Please try it in this fiddle
https://jsfiddle.net/charlietwilio/ywd8khub/7/

Steps:
1. Load the jsfiddle on iOS Safari or Chrome
2. Press the Mic button on the fiddle and allow permissions
3. Speak on the microphone. You should not hear any echo
4. Press the Camera button on the fiddle and allow permissions
5. Speak on the microphone. Noticed that you will now hear echoing and your voice

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220609/47a918da/attachment.htm>


More information about the webkit-unassigned mailing list