Flutter Webrtc – Sending MediaStream between Isolates
Is it possible to send MediaStream
between isolates?
How to Keep SIP Calls Persistent in Background in Flutter Using flutter_foreground_task?
I’m developing a Flutter application that needs to keep SIP calls persistent even when the app is killed. I’ve been using the flutter_foreground_task
plugin to achieve this, but I’m encountering some issues, especially with video calls. Here’s what I’ve done so far: