dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

Initiating the incoming call from background or terminated

Open abhiddreambolix opened this issue 2 years ago • 5 comments

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.

abhiddreambolix avatar Jul 30 '22 09:07 abhiddreambolix

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.

PrarthanaBhatt avatar Dec 28 '22 07:12 PrarthanaBhatt

Hi Are you able to solve the above issue that you have posted, I'm stuck at similar situation.

alaayousf avatar Feb 14 '23 08:02 alaayousf

interested too

Nightwelf avatar Apr 24 '23 17:04 Nightwelf

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: @.***>

alaayousf avatar Apr 25 '23 12:04 alaayousf

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 ?

pogenz45 avatar Jan 22 '24 10:01 pogenz45