Bug 275832 - Update `RTCAudioPlayoutStats` as per web-specification
Summary: Update `RTCAudioPlayoutStats` as per web-specification
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-06-24 18:03 PDT by Ahmad Saleem
Modified: 2024-06-28 11:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 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!
Comment 1 EWS 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.
Comment 2 Radar WebKit Bug Importer 2024-06-28 11:12:14 PDT
<rdar://problem/130767124>