flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

crashed app on the iOs 16.2 #154

Open alexzh16 opened 1 year ago

alexzh16 commented 1 year ago

iOs 16.2, after update iOs, the App crashed on background mode. The call incoming without CallKit display Screen and crashed. If app is open, that working greet.

Implementation has on main.dart only one method:

void initState() { super.initState(); _callKeep.on(CallKeepDidDisplayIncomingCall(), didDisplayIncomingCall); }