product · inferred from evidence
navigator.audioSession
A Web API property used in the workaround for the audio bug on iOS.
- media-chrome: no audio on iOS after switching apps in silent mode (WebKit bug workaround)
This is a WebKit bug, not a media-chrome bug: a maintainer reproduced it in Shaka Player and hls.js too. The confirmed workaround (iOS 16.4+) is one line at the page level: `if ('audioSession' in navigator) navigator.audioSession.type = 'pl