flutter-webrtc / callkeep

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

[Android] Call from native UI (recents/logs) does not work with app in terminated state #172

Open xonxor opened 1 year ago

xonxor commented 1 year ago

When the app is terminated, calling from the Android native UI such as the recents or dialpad, and selecting the app's calling account, does not seem to initialize the app and hence the CallKeepDidReceiveStartCallAction event is never triggered. When the app is in the background, everything works as expected.

Is this even possible on Android (maybe it's a permission issue?), as iOS seems to do this out of the box?