livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

[Question] LiveKit with local network and no internet connection. #539

Open DanielBerrioB opened 1 week ago

DanielBerrioB commented 1 week ago

Hi!

Hope you can give me any hint of the implementation I'm trying please. I'm using LiveKit in a local network, it's a Windows app, sometimes with no internet connection but all the devices are connected to the same network. It turns out that when there's no internet connection LiveKit doesn't work and I get an error in signal_client.dart line 121. I'd like to know if this approach is possible with the current version of LiveKit.

I'm using the following stack:

Thanks in advance. I'd really appreciate any hint or response. And any additional info I'll be willing to provide you.

cloudwebrtc commented 1 week ago

Can you capture any logs in the console? It sounds like the system connection is not ready yet, you need to wait for some time and try again