RESOLVED INVALID 176045
Setting the Video element volume does not work on Safari iOS for a remote PeerConnection
https://bugs.webkit.org/show_bug.cgi?id=176045
Summary Setting the Video element volume does not work on Safari iOS for a remote Pee...
Adam
Reported 2017-08-28 21:23:22 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-08-29 10:08:28 PDT
Eric Carlson
Comment 2 2017-08-29 10:17:00 PDT
On iOS volume is controlled by the user only, however you should be able to mute a video/audio element by setting the 'muted' attribute.
Note You need to log in before you can comment on or make changes to this bug.