[Webkit-unassigned] [Bug 176045] New: Setting the Video element volume does not work on Safari iOS for a remote PeerConnection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 28 21:23:22 PDT 2017


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

            Bug ID: 176045
           Summary: Setting the Video element volume does not work on
                    Safari iOS for a remote PeerConnection
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: iOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adam at tokbox.com
                CC: youennf at gmail.com

In Safari on iOS 11 Beta setting the audio volume on a video element which is connected to a remote PeerConnection does not have an effect. It does work in Safari Beta on Mac OS Sierra as well as Safari Technology Preview on Mac OS Sierra.

Steps to reproduce:

1. Visit https://webrtc.github.io/samples/src/content/peerconnection/pc1/
2. Click on "Start" and allow access to your camera
3. Click on "Call" and wait for the video on the right to be established. You should be able to see yourself in 2 video windows and hear yourself.
4. Open up the console and type `document.querySelectorAll('video')[1].volume = 0`

Expected Result: You will mute the video element and no longer be able to hear yourself.
Actual Result: You can still hear yourself. Also the volume property still returns as 1 instead of 0.

Again this works in Safari on Mac OS, just not on iOS.

-- 
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/20170829/dd5ffeea/attachment-0001.html>


More information about the webkit-unassigned mailing list