Open owl-madness opened 1 month ago
@hiennguyen92 @ryojiro @AAkira
Please help!!
When a user accepts a call from a terminated state, you can use FlutterCallkitIncoming.activeCalls()
when the app initializes. This function will return a list of CallEvent
objects, which you can then map to your function that handles Event.actionCallAccept
how about delince(Event.actionCallDecline) when app is terminated
I implemented the FlutterCallkitIncoming in my project. The call screen using FlutterCallkitIncoming will show when the notification is received from the firebase. Until this everything works fine, the problem is arise when accepting the call on terminated state. It's working fine when the app is in foreground. The only problem is with the listener of the FlutterCallkitIncoming.
Could't find a solution in web or package documentation. Please solve this or give me a proper solution!!!