[Webkit-unassigned] [Bug 204681] Audio track goes to readyState ended when Safari is backgrounded for more than 30 seconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 01:21:56 PDT 2020


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
On a side note, when capturing microphone, the webpage will not get suspended if in the background.
This allows to make sure networking and rendering will continue working.

If a phone call happens, the page microphone capture will be suspended, track will be muted and the web page is now suspendible, which will probably happen.
At that point, networking might start to fail.
When getting back to the page, the web page will get unsuspended but the network connection might be disconnected. It might be needed to restart it, maybe through iceRestart.
The application might be prepared to recover from that scenario.

-- 
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/20200323/ddb5c976/attachment.htm>


More information about the webkit-unassigned mailing list