I just build a video call app in flutter for android and ios,
I used callkeep to show incoming call notification and fcm push notification. In ios it works when the app is in foreground. but it is not showing when the app is in background.
In android it works both in foreground and background.
How to fix this issue?