All Questions
Tagged with flutter-webrtc sip
2 questions
0
votes
2
answers
2k
views
How to keep connection to SIP server in background using flutter_webrtc?
I'm using flutter_webrtc and sip_ua packages to implement VoIP calls. The flow of registration on the SIP server is as follows,
When the user opens the app, the client(App) is registered on the ...
0
votes
2
answers
1k
views
how to import local package files in my main package?
I want to import the about.dart file in my main.dart file. But it is showing error while I'm copying its path. I tried many ways to import it, but all fails. Can anyone please help me in this?