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

Background call for flutter webrtc client

Open E2-Sterlin opened this issue 1 year ago • 3 comments

The webrtc client gets unregistered when it goes background or is terminated. I am using an asterisk for the SIP server. When the client is in a background state, it cannot receive the call as it is unregistered.

how to achieve handle this issue?

E2-Sterlin avatar Feb 01 '24 09:02 E2-Sterlin

Usually in such situation you have to implement PUSH notifications to start your application before sending call to it.

dmitry-sinina avatar Feb 07 '24 15:02 dmitry-sinina

Usually in such situation you have to implement PUSH notifications to start your application before sending call to it.

Thank you @dmitry-sinina Is there any server to act as proxy with asterisk to support RFC 8599, for Webrtc ?

E2-Sterlin avatar Feb 08 '24 04:02 E2-Sterlin