RESOLVED FIXED275832
Update `RTCAudioPlayoutStats` as per web-specification
https://bugs.webkit.org/show_bug.cgi?id=275832
Summary Update `RTCAudioPlayoutStats` as per web-specification
Ahmad Saleem
Reported 2024-06-24 18:03:11 PDT
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!
Attachments
EWS
Comment 1 2024-06-28 11:11:22 PDT
Committed 280461@main (01d51aa70bfe): <https://commits.webkit.org/280461@main> Reviewed commits have been landed. Closing PR #30132 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2024-06-28 11:12:14 PDT
Note You need to log in before you can comment on or make changes to this bug.