NEW 279986
WKWebView setCameraCaptureState/setMicrophoneCaptureState completion handlers should be executed once GPU process has muted/unmuted the corresponding sources.
https://bugs.webkit.org/show_bug.cgi?id=279986
Summary WKWebView setCameraCaptureState/setMicrophoneCaptureState completion handlers...
youenn fablet
Reported 2024-09-19 08:46:05 PDT
WKWebView setCameraCaptureState/setMicrophoneCaptureState completion handlers should be executed once GPU process has muted/unmuted the corresponding sources.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-19 08:46:19 PDT
youenn fablet
Comment 2 2024-09-19 08:47:12 PDT
Currently, the completion handler will be executed before GPU process mute/unmute and also before WebProcess notifies its UIProcess that capture was muted/unmuted.
Note You need to log in before you can comment on or make changes to this bug.