flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

IOS How to launch application on answering call #58

Open rekonvald opened 3 years ago

rekonvald commented 3 years ago

Hi!

When application is in background mode and we displayIncomingCall, when user taps "Answer", I want to launch application(as flutter_local_notification plugin does on interacting with user). There is solution for Android - backToForeground, how can it be implemented for IOS?

Thank you

safdaralimalik commented 3 years ago

@rekonvald facing same issue. have fix it?

devmfouad commented 2 years ago

same issue with me

vantangst commented 2 years ago

same issue with me