Files
OwnCord/Client
jevb bb2194849a fix: connection stats RTT detection and rate formatting
- Collect stats from both publisher AND subscriber PeerConnections
  (RTT is typically on the subscriber PC in LiveKit's SFU model)
- Accept candidate-pair with valid RTT regardless of state
  (not just "succeeded" — subscriber may report "in-progress")
- Round raw byte values in formatBytes to avoid 15-digit floats
- Use max instead of sum for totalUp/totalDown across candidate
  pairs to avoid double-counting across PCs
2026-03-27 08:41:34 +01:00
..