dart-sip-ua
dart-sip-ua copied to clipboard
Initiating the incoming call from background or terminated
Dear Team,
I am using sip ua helper and flutter _callkit_incoming plugin also for background notification i am using FCM, my question i used to get notification for incoming call, i can show flutter_callkit but how can i initiate the sip ua that call have come and show screen.
Hi @abhiddreambolix, Are you able to solve the above issue that you have posted, I'm stuck at similar situation. It would be great help, if you can post your answer.
Hi Are you able to solve the above issue that you have posted, I'm stuck at similar situation.
interested too
When background fcm is received, we display the call notification after waking up the application using the notification. It is solved by resending the call when registering on the sip
On Mon, 24 Apr 2023 at 20:06, Nightwelf @.***> wrote:
interested too
— Reply to this email directly, view it on GitHub https://github.com/flutter-webrtc/dart-sip-ua/issues/304#issuecomment-1520534710, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOYEREMNZDRZPZI7RXJBPS3XC2XJBANCNFSM55C45PGA . You are receiving this because you commented.Message ID: @.***>
When background fcm is received, we display the call notification after waking up the application using the notification. It is solved by resending the call when registering on the sip … On Mon, 24 Apr 2023 at 20:06, Nightwelf @.> wrote: interested too — Reply to this email directly, view it on GitHub <#304 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOYEREMNZDRZPZI7RXJBPS3XC2XJBANCNFSM55C45PGA . You are receiving this because you commented.Message ID: @.>
Do you resolve problem after waking app, reconnect on the sip and listen callin state ?