RESOLVED FIXED 230537
Getting an incoming phone call on iOS 15 breaks WebRTC calls
https://bugs.webkit.org/show_bug.cgi?id=230537
Summary Getting an incoming phone call on iOS 15 breaks WebRTC calls
Dag-Inge Aas
Reported 2021-09-21 01:11:17 PDT
If a user gets an incoming phone call during a WebRTC call, the local media capture will break, as well as any remote media playing back (possibly due to autoplay policy). Repro steps: 1. Go to https://webrtc.github.io/samples/src/content/peerconnection/pc1/ on iOS 15 2. Click "Start". Observe that you can see yourself. 3. Click "Call". Observe that remote media works and you can hear yourself. 4. Receive an incoming phone call 5. Observe that the call is now broken, and the page still says it's capturing. Impact: All WebRTC services not implementing some kind of hacky workaround. This should just work. Workaround: Possibly have a dedicated "play" button that literally no other WebRTC supporting device or video call service has ever needed, which will confuse users and provide bad UX for something that should just work. Really just the exact same thing as https://bugs.webkit.org/show_bug.cgi?id=230536, but I wanted to have two explicit bugs about this.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-09-21 08:56:23 PDT
youenn fablet
Comment 2 2021-10-01 05:31:41 PDT
Thanks for the report, I agree all 3 reports are probably tied to the same issue. We are looking into it.
Joyce Ma
Comment 3 2021-10-20 13:19:17 PDT
Any updates on this? Our team is also currently facing these same issues that our workarounds are no longer fixing.
Dag-Inge Aas
Comment 4 2021-12-14 00:34:59 PST
I can confirm this now works as expected on iOS 15.2. Marking as resolved. Again, thank you youenn!
Ajay
Comment 5 2022-04-09 04:47:14 PDT
@daginge@confrere.com we are able to reproduce this issue on ios 15.3.1
someDeveloperr
Comment 6 2022-06-07 07:23:55 PDT
Reproducible on IOS 15.4.1 @daginge@confrere.com
Note You need to log in before you can comment on or make changes to this bug.