flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
133 stars 147 forks source link

iOS LockScreen #81

Open santhosh-89 opened 3 years ago

santhosh-89 commented 3 years ago

Hi, I have faced the issue of iOS Lockscreen mode, it did not receive the call in the app killed state. otherwise its working fine. please help me.

Scalesse82 commented 3 years ago

hi, I encountered the same problem, when the app is killed the first call is not captured, from the second on yes (I am using it together with firebase messagging)

Romowski commented 3 years ago

iOS. Callback func didDisplayIncomingCall not triggering after upgrade to v0.3.0. Downgrading to v0.2.4 works as before

JayPerfetto commented 3 years ago

If didDisplayIncomingCall is not firing, there is likely a silent exception being thrown in the mapping of that event coming in from the methodChannel from iOS code