mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
Sometimes peerconnection jumps to disconnected periodically even when the underlying connection is ok. In these cases we are triggering unnecessary connection restarts. Given this, we'll leave the responsibility of early-detecting disconnections to clients, where they have more control/knowledge of networking conditions.