Implement RTCTransportStats
Categories
(Core :: WebRTC, task, P3)
Tracking
()
backlog | webrtc/webaudio+ |
People
(Reporter: pehrsons, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
Updated•9 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
Note: remember to deprecate our RTCIceCandidatePairStats.selected property once we implement this. Our |selected| attribute is something we added a long time ago, mostly for about:webrtc.
In the spec, which pair is selected for a particular transport appears to be indicated by RTCTransportStats.selectedCandidatePairId, since different transports will have different candidate pools.
Once this if fixed, web sites that want to learn which pair is used, can remove their workarounds for Firefox, and we should also update about:webrtc to use the spec way.
Comment 3•5 years ago
|
||
The crypto-suite.https.html wpt has a bunch of expected failures due to this.
Updated•3 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I think it makes sense to do RTCIceTransport first, since some of the stats will either be based directly on that, or at the very least the same API in MediaTransportHandler that it uses.
Description
•