[Webkit-unassigned] [Bug 238388] No audio (ringtone) if User receives incoming webRTC call while the browser is in the background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 05:49:26 PDT 2022


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

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
(In reply to Madara Freimane from comment #3)
> One of the use cases:
> 1. Create a call using https://web.skype.com/
> 2. Make outgoing call from another device to iOS device
> 
> Notes:
> -If we compare behaviour with an Android: there is an ringtone and User
> knows that there is an incoming call on browser side.
> -Also observed, that sometimes it's not possible to receive a call while
> browser is in a background.

Do you know which API is used to trigger the ringtone in iOS and Android?
When a tab is backgrounded, it might be suspended, meaning that JavaScript might not even be running. That might explain why the call cannot be made.
I guess the future solution might be a mix of push API and notification API.

-- 
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/20220407/936cab55/attachment.htm>


More information about the webkit-unassigned mailing list