react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
909 stars 438 forks source link

didReceiveStartCallAction not firing #793

Open wilkinsonj opened 2 months ago

wilkinsonj commented 2 months ago

Bug report

Description

When I click on an incoming or outgoing call in recent calls on iOS, nothing happens. The app doesn't open, so the event handler can't fire either.

I have the following NSUserActivityTypes in my infoPlist:

"INStartAudioCallIntent", "INStartVideoCallIntent", "INStartCallIntent"

Am I missing some undocumented requirement (like the above activity types) which is required for this to work?

Thanks