Bug 230536
Summary: | Triggering Siri on iOS 15 breaks capture and remote media in WebRTC call | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dag-Inge Aas <daginge> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Major | CC: | csantos, eric.carlson, glefebvr, joma, lwarlow, steve.mieskoski+webkit, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 14 | ||
Hardware: | iPhone / iPad | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=240651 |
Dag-Inge Aas
If a user accidentally triggers Siri 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. Trigger Siri and say "Go away".
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.
Come on Apple, it's been four years now and four major releases, and we still don't have basic media reliability on iOS...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83353753>
Dag-Inge Aas
Seems this is reproducible on an iPhone XR with a previous iOS 15.1 beta as well.
MRY42QN/A using 19B5060d
Dag-Inge Aas
Argh, wrong bug... Too many bugs open.
Charlie
I'm able to reproduce on iOS 15.1. Any updates on the fix?
youenn fablet
(In reply to Charlie from comment #4)
> I'm able to reproduce on iOS 15.1. Any updates on the fix?
Could you try it on latest iOS 15.2 beta?
youenn fablet
This no longer reproduces for me in iOS 15.2.
Marking as configuration changed.
youenn fablet
Please reopen if you can still reproduce. Thanks
Dag-Inge Aas
Can confirm I can no longer reproduce this in iOS 15.2.
Thank you, youenn!