flutter_callkit_incoming
flutter_callkit_incoming copied to clipboard
IOS call failed from terminate state
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
IOS 15.2.1, plugin version is latest , flutter 3.0
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.
Hello! Also in need of good documentation how to send correct VOIP notification from Node.js and receive VOIP call using this plugin.
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
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.
Have you find any solution for this issue?
@sadaqatdev, I had the same issue, the behaviour was just like in your video. The problem was, that I was calling FlutterCallkitIncoming.endAllCalls()
when I didn't really need to. Could it be your case too?
Have you find any solution for this issue?
hello have you fide solution. for this ? @sadaqatdev