Bug 279889
Summary: | setCameraActive should not unmute microphone if UA previously muted both camera and microphone | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 280075 | ||
Bug Blocks: |
youenn fablet
setCameraActive should not unmute microphone if UA previously muted both camera and microphone
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136221456>
EWS
Committed 283948@main (db99ef7168d7): <https://commits.webkit.org/283948@main>
Reviewed commits have been landed. Closing PR #33828 and removing active labels.
Marta Darbinyan
Reopened Bugzilla.
REGRESSION (283948@main): [EWS macOS ] TestWebKitAPI.WebKit2.ConnectedToHardwareConsole is constant timeout, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=280075.
youenn fablet
Regression was due to WebPageProxy::setMuted.
We were first setting the mute states to all in case of hardware console disconnection and then updating m_mutedCaptureKindsDesiredByWebApp accordingly.
We need to update m_mutedCaptureKindsDesiredByWebApp before setting all mute states.
EWS
Committed 284069@main (df859556a4dc): <https://commits.webkit.org/284069@main>
Reviewed commits have been landed. Closing PR #34071 and removing active labels.