hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

When I press Accept button in IOS it showing me Event.actionCallDecline in listener #598

Open jgohilsigma opened 1 month ago

jgohilsigma commented 1 month ago

When I press accept button in IOS it showing me Event.actionCallDecline in listener

Listener is calling 2 times for same events like , below is example of my logs

flutter: flutter ---> incoming event => Event.actionCallIncoming flutter: flutter ---> incoming event => Event.actionCallIncoming

and when i press accept button this log is apper

flutter: flutter ---> incoming event => Event.actionCallDecline flutter: flutter ---> incoming event => Event.actionCallAccept