flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
331 stars 255 forks source link

Passing sip_state throught isolates / or native #251

Open BitBlueDevStudio opened 2 years ago

BitBlueDevStudio commented 2 years ago

Hello! What if I need to make sipHelper.start in background isolate, and then somehow pass whole UA object to UI isolate without loosing its registration state. So I need to keep connection in other words.

Can you please help to do it? Thanks in advance!

Vinayak0-0 commented 1 month ago

Did you find any solution for that afterward?

Vinayak0-0 commented 1 month ago

Hey @BitBlueDevStudio , Have you got the solution?