Skip to content

2.18.3

Latest

Choose a tag to compare

@charliesantos charliesantos released this 11 May 17:38
· 14 commits to master since this release

2.18.3 (May 11, 2026)

Bug Fixes

  • 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.