dart-sip-ua
dart-sip-ua copied to clipboard
Background call for flutter webrtc client
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?
Usually in such situation you have to implement PUSH notifications to start your application before sending call to it.
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 ?