Files
webrtc/rtpreceiver_test.go
boks1971 f35dc4efd0 Handle nil stats getter in collect stats
It is possible to call GetStats() after the peer connection is closed.
The statsGetter gets cleared when peer connection is closed. That is
causing a panic when RtpReceiver.collectStats runs.
2025-10-15 13:00:03 +05:30

8.2 KiB