Skype-Clone
Skype-Clone copied to clipboard
it not working when app is background or kill.
I want to open the call screen when the user kills the app or when it's in the background .
I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background.
And you can do the same for call.
I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background.
And you can do the same for call.
Implemented firebase push notifications that is.
I implemented the push notification and set the push priority as high to wake up the app and show the call screen buts it's not working I want to create the calling as whatsapp.help me with some sample code as I am a beginner in a flutter.
@VikashIOS The solution to this problem could be system_alert_window plugin. here (Works only with android) Using this you can display a call screen whenever you receive a call on the app. Just like true caller used to do. If implemented correctly you can simulate the calling functionality correctly.
All the best.
@takiuddin93, could you share the POC on how you were able to send the messages as push notifications