mirror of
https://github.com/livekit/livekit.git
synced 2026-08-15 11:19:52 +00:00
onMediaLossUpdate notified the participant handler directly, which only sends a leave request with resume action. handleConnectionFailed that actually switches the ICE preference to TCP/TLS was never called on this path, so the client reconnected over UDP again and the fallback kept firing every 30-60s without ever migrating. Fixes livekit/livekit#4702