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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 05:55:38 PST 2021


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

--- Comment #17 from youenn fablet <youennf at gmail.com> ---
(In reply to Mauricio W from comment #16)
> Thanks for the reply, youenn. The documentation for this is rather scarce,
> so I wasn't sure. Thank you for clearing that up.
> 
> I don't mean to sidetrack this thread, but since you brought it up: could
> you explain a bit more on how I could use a delegate to handle this? Reading
> through the WKWebview documentation there doesn't seem to be an obvious
> answer to me. I also spent some time trying to understand how the
> UserMediaRequest gets sent out, but I couldn't really understand the flow.

UserMediaRequest is sent through IPC to UIProcess.
It is processed in UserMediaPermissionRequestManagerProxy which ultimately may call a WKWebView delegate dedicated to getUserMedia permission.
This delegate is not yet exposed though.

-- 
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/20210112/650a41da/attachment-0001.htm>


More information about the webkit-unassigned mailing list