Ahmed Shehata
ยทCEO Whatsup Doctor

Audio/Video Call Notifications on Receiver Side during Background or Terminated State

Custom Code

Hello All,

I am implementing a telehealth application where users can call doctors directly in flutterflow. I have managed to implement using FlutterFlow, Firebase FCM and Agora the full cycle and everything is working perfectly if the doctor app is in the foreground. When the doctor app receives an FCM notification, it open the AudioVideo Calling screen and asks the doctor to accept or decline the call.

My current requirement is to implement the same when the Doctor App is in the background or terminates states. Currently only a notification will be received notififying the doctor that there is an audio or video call and i have to click the notification to open the AudioVideoCallPage directly like when you are receiving a whatsApp or facetime call.

What have you tried so far?

1- I have checked Awesome Notifications so the notification will take the whole screen and force the app to wake up but it requires updating in the Android Manifest which flutterflow does not support and ios does not support this from the beginning.

2- I am trying persistent notifications but it is not supported by ios and requires updates to the manifest also.

3- Checked the documents of flutterflow but nothing is mentioned regarding this option specifically.

Am i missing something or there is a workaround. Any help will be highly appreciated.

Did you check FlutterFlow's Documentation for this topic?
Yes
1