flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
328 stars 255 forks source link

Initiating the incoming call from background or terminated #304

Open abhiddreambolix opened 2 years ago

abhiddreambolix commented 2 years ago

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.

PrarthanaBhatt commented 1 year ago

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.

alaayousf commented 1 year ago

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

Nightwelf commented 1 year ago

interested too

alaayousf commented 1 year ago

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

pogenz45 commented 7 months ago

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 ?