[Webkit-unassigned] [Bug 236219] [iOS] Volume of non MediaStreamTrack-based audio reduces when capturing microphone

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 03:31:42 PDT 2024


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

--- Comment #18 from youenn fablet <youennf at gmail.com> ---
https://bugs.webkit.org/show_bug.cgi?id=277421 may be a solution to this bug, if doing the following:
- capture microphone
- mute capture via navigator.mediaSession.setMicrophoneActive(false)
- play some audio (must be done once audio capture is muted, not before).
- stop playing audio
- unmute capture via navigator.mediaSession.setMicrophoneActive(true) if needed (requires a user gesture)

-- 
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/20240801/5dac85e8/attachment.htm>


More information about the webkit-unassigned mailing list