[Webkit-unassigned] [Bug 279889] setCameraActive should not unmute microphone if UA previously muted both camera and microphone

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 22 21:58:29 PDT 2024


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

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
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.

-- 
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/20240923/267ba0d6/attachment.htm>


More information about the webkit-unassigned mailing list