[Webkit-unassigned] [Bug 235213] AirPods Do not Appear in User Media List in Progress Web App/Add to home screen App

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 09:09:30 PST 2022


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

--- Comment #2 from goehdavi at amazon.com ---
Can you try iOS 15.2? 

We are currently doing the following:

const devices: MediaDeviceInfo[] = await navigator.mediaDevices.enumerateDevices();

devices.filter((device) => device.kind === 'audioinput')

Airpods appear to be missing.

-- 
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/20220118/d4898fc5/attachment.htm>


More information about the webkit-unassigned mailing list