Bug 212589

Summary: Add RTCSctpTransportStats according to spec
Product: WebKit Reporter: shacharz
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: shaharmor1, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description shacharz 2020-06-01 01:50:58 PDT
Steps to reproduce:

connection.getStats();
on a WebRTC PeerConnection

Actual results:

promise resolved with stats without RTCSctpTransportStats

Expected results:

Properties of RTCSctpTransportStats should be populated - https://w3c.github.io/webrtc-stats/#sctptransportstats-dict*
Comment 1 Radar WebKit Bug Importer 2020-06-01 17:40:25 PDT
<rdar://problem/63851559>