dart-sip-ua
dart-sip-ua copied to clipboard
Sip ongoing call gets disconnected when the app goes background
The ongoing sip call gets disconnected sometimes when we navigates to other app . On sometimes the audio exchange(mic is disabled) when we navigates to another app. Does anyone faces the issue? Any help would be appreciated
If you navigate another page, Call will disconnected from server.
To keep calling even navigates to other page, you have to define SIPUaHelper and Call object to root component.
I hope this will help you.