[Webkit-unassigned] [Bug 197688] Safari resumes autoplay audio elements after getUserMedia
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 5 13:47:22 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=197688
--- Comment #4 from Jer Noble <jer.noble at apple.com> ---
This is in HTMLMediaElement.h:
```
void mediaStreamCaptureStarted() { resumeAutoplaying(); }
```
This doesn't seem right; as it's broadcast to every element in the page when capture is started.
--
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/20191205/c6e6f2b8/attachment.htm>
More information about the webkit-unassigned
mailing list