Hi Team, I was trying to see browser specific failures in WebRTC for WebKit / Safari but couldn't manage to find failing test but noticed that we have following dropped stats: Web Spec Issue - https://github.com/w3c/webrtc-stats/pull/773 WebKit Source - https://searchfox.org/wubkat/rev/38fb2ecadd89df8d6d7114cc2b030188d744aeb0/Source/WebCore/Modules/mediastream/RTCStatsReport.idl#228 Remove following from above idl file: double droppedSamplesDuration; unsigned long droppedSamplesEvents; double totalCaptureDelay; unsigned long long totalSamplesCaptured; and also remove following from .h file here: https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/RTCStatsReport.h#495 ____ Just wanted to raise so we can fix it despite even if it does not bring any test progressions. Thanks!
Committed 280461@main (01d51aa70bfe): <https://commits.webkit.org/280461@main> Reviewed commits have been landed. Closing PR #30132 and removing active labels.
<rdar://problem/130767124>