You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where preflight report samples contained NaN or undefined values for bytesSent, packetsSent, bytesReceived, packetsReceived, packetsLost, and jitter when running on Chrome 141+. Starting in Chrome 141, the outbound-rtp stats entry is omitted from RTCPeerConnection.getStats() while ICE has not yet connected; counter fields are now initialized to 0 so the sample shape matches pre-141 behavior.