[Webkit-unassigned] [Bug 218012] Audio Volume reduces considerably on accepting the mic permissions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 12:42:44 PST 2023


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

--- Comment #37 from Bryce Aebi <bryce.aebi at llm.llc> ---
SOLUTION FOR POSTERITY:

The solution to this issue is to manually set the following BEFORE mic capture:

navigator.audioSession.type = 'play-and-record';

And then running the following AFTER mic capture

navigator.audioSession.type = 'playback';

I have confirmed that this resolves the issue in iOS 16.4 beta 2. More details about this setting can be viewed here: https://github.com/w3c/audio-session/blob/main/explainer.md

-- 
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/20230302/b4c93627/attachment.htm>


More information about the webkit-unassigned mailing list