Bug 275832
| Summary: | Update `RTCAudioPlayoutStats` as per web-specification | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | WebRTC | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/130767124>