[Webkit-unassigned] [Bug 215884] getUserMedia recurring permissions prompts in standalone when hash changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 07:06:33 PST 2020


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

--- Comment #10 from youenn fablet <youennf at gmail.com> ---
As a temporary workaround, I wonder whether the following would work:
- Start capture
- Before navigating inside the page, stop the capture by calling stream.getTracks().forEach(t => t.stop())
- Navigate within the same page
- Restart capture (hopefully without a prompt this time).

-- 
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/20201216/d8a35405/attachment-0001.htm>


More information about the webkit-unassigned mailing list