Skip to main content

All Questions

Tagged with
1 vote
0 answers
262 views

Flutter WebRTC: How to Maintain WebRTC Call During App Background Execution?

I'm working on a Flutter app that incorporates WebRTC for audio/video calls. The WebRTC calls work well when the app is in the foreground, but I'm facing challenges in maintaining the call when the ...
Vinayak Amirtharaj's user avatar
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