[webkit-changes] [WebKit/WebKit] b9791e: Limit mute notification in case user is starting t...

youennf noreply at github.com
Sat Dec 21 03:45:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b9791ee9f686aaa7788a588bc2a6a348057dd7bd
      https://github.com/WebKit/WebKit/commit/b9791ee9f686aaa7788a588bc2a6a348057dd7bd
  Author: Youenn Fablet <youenn at apple.com>
  Date:   2024-12-21 (Sat, 21 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.cpp

  Log Message:
  -----------
  Limit mute notification in case user is starting to capture in another tab
https://bugs.webkit.org/show_bug.cgi?id=285010
rdar://problem/141811909

Reviewed by Eric Carlson.

Delay muting the microphone by a small amount of time in case it would be unmuted shortly after.
This happens in case of user starting to capture on a page while another page is already capturing microphone.

* Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.cpp:
(WebCore::CoreAudioSharedUnit::updateMutedState):

Canonical link: https://commits.webkit.org/288218@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list