hiennguyen92 / flutter_callkit_incoming

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

Unable to listen for call events from native android #536

Open rahulraj-idt opened 6 months ago

rahulraj-idt commented 6 months ago

@hiennguyen92 Thanks for this plugin.

It exposes a CallkitIncomingAppDelegate to trigger call events like accept, reject in the native iOS side, but how to listen for these events in the native android side?

I don't see a proper event listener for this.