flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

Incoming call for the android #41

Open dasharath8998 opened 3 years ago

dasharath8998 commented 3 years ago

Hi, Can anyone help me for managing the flow of incoming call for android, I am developing the VoIP app and need to display call on kill state also.

the library is displaying the incoming call as a simple native view, I want to display with custom UI like skype, WhatsApp are doing. and once the user receives the call it opens a particular app.

Thank you,

ghenry commented 3 years ago

See Flutter local notifications and their action buttons PR