Bug 275832

Summary: Update `RTCAudioPlayoutStats` as per web-specification
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

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.