Flutter Time sensitive Notification

Viewed 421

I have created app to app calling APP using FCM where I need to do

  • Voice calling
  • Chat messaging

For chat messaging I am able to show flutter local notification and on tapping of it navigating to chat screen.

Problem is when I need to call I wanted to show sensitive Notification like whats app and telegram and I don't want to tap notification.

Call is only work when APP is in FOREGROUND but not in BACKGROUND

0 Answers
Related