hiennguyen92 / flutter_callkit_incoming

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

Issue with onEvent listen method for android side with the Event.actionCallAccept #564

Open ZaresTng opened 4 months ago

ZaresTng commented 4 months ago

For the android side, when it receives a call, it will show the actionCallIncoming, but when I accept the call, unlike the ios side, the Event.actionCallAccept is not triggered. Does anyone know why?