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.