Skip to main content

All Questions

Tagged with
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 ...
ASAD HAMEED's user avatar
  • 2,900
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?
Anjali's user avatar
  • 117