flutter_callkit_incoming icon indicating copy to clipboard operation
flutter_callkit_incoming copied to clipboard

IOS call failed from terminate state

Open sadaqatdev opened this issue 2 years ago • 5 comments

Hi, Thank you for developing this plugin.

when app in terminated state , call is accepted it will not open the app, after press on called field button app is open , I attached video below.

https://user-images.githubusercontent.com/69109162/173061216-b8c04b5c-b6d8-4cee-a81d-d40a4811282b.mov

sadaqatdev avatar Jun 10 '22 12:06 sadaqatdev

IOS 15.2.1, plugin version is latest , flutter 3.0

sadaqatdev avatar Jun 13 '22 09:06 sadaqatdev

Hi dear, can you share the step to make the call work on IOS? We can send push notification to IOS but we're not sure how to make the call from our server to the IOS device.

CHOMNANP avatar Jun 20 '22 10:06 CHOMNANP

Hello! Also in need of good documentation how to send correct VOIP notification from Node.js and receive VOIP call using this plugin.

RobotKSR avatar Jun 22 '22 07:06 RobotKSR

Hi, Thank you for developing this plugin.

when app in terminated state , call is accepted it will not open the app, after press on called field button app is open , I attached video below.

https://user-images.githubusercontent.com/69109162/173061216-b8c04b5c-b6d8-4cee-a81d-d40a4811282b.mov

sadaqatdev avatar Jul 31 '22 13:07 sadaqatdev

Not sure if this will help, but I stumbled across this issue while seeing similar behavior – in my case, I was trying to connect to the call both by calling FlutterCallkitIncoming.activeCalls() and also in response to the CallEvent.ACTION_CALL_ACCEPT event. In my case, just removing the FlutterCallkitIncoming.activeCalls() parts fixed it – the app correctly resumes from the terminated state and joins the call.

fbcouch avatar Aug 10 '22 02:08 fbcouch