Bug 244713
Summary: | enumerateDevices may return filtered devices even if page is capturing | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebRTC | Assignee: | youenn fablet <youennf> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric.carlson, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
enumerateDevices may return filtered devices even if page is capturing
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99484964>
youenn fablet
The scenario is the following:
- start capture in safari, enumerateDevices output is no longer filtered
- Mute capture (or go to another app that will play audio, which will mute capture)
- watchDog timer kicks in
- When watchDog timer kicks in, enumerateDevices output is filtered.
- Unmute capture (or moving back to Safari might restart capture).
- Page is capturing but enumerateDevices output is still filtered.
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/3955
EWS
Committed 254165@main (3142453d3762): <https://commits.webkit.org/254165@main>
Reviewed commits have been landed. Closing PR #3955 and removing active labels.