Open
Bug 1371391
Opened 8 years ago
Updated 2 months ago
Implement remaining fields in RTCIceCandidatePairStats
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Core
WebRTC: Networking
Tracking
()
NEW
People
(Reporter: mjf, Assigned: mjf)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed, webcompat:platform-bug)
User Story
https://mozilla-hub.atlassian.net/browse/FFXP-677 platform-scheduled:2025-06-01
Attachments
(5 files)
Our implementation of RTCIceCandidatePairStats is still missing some of the fields from the spec:
https://w3c.github.io/webrtc-stats/#candidatepair-dict*
remaining:
writeable
readable
totalRoundTripTime
currentRoundTripTime
availableOutgoingBitrate
availableIncomingBitrate
requestsReceived
requestsSent
responsesReceived
responsesSent
retransmissionsReceived
retransmissionsSent
consentRequestsSent
Assignee | ||
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•8 years ago
|
Keywords: dev-doc-needed
Updated•3 years ago
|
Severity: normal → S3
Updated•6 months ago
|
Keywords: webcompat:platform-bug
![]() |
||
Comment 2•6 months ago
|
||
We implement spec gaps based on external partner needs. This has not been flagged by anyone and as such is low priority / backlog.
Keywords: webcompat:blocked
![]() |
||
Comment 3•6 months ago
|
||
currentRoundTripTime would be the priority.
Blocks: webrtc-triage
Keywords: webcompat:blocked
![]() |
||
Updated•6 months ago
|
User Story: (updated)
![]() |
||
Updated•6 months ago
|
User Story: (updated)
![]() |
||
Updated•6 months ago
|
No longer blocks: webrtc-triage
Comment 4•6 months ago
|
||
The mandatory to implement ones are https://w3c.github.io/webrtc-pc/#mandatory-to-implement-stats:
- transportId, localCandidateId, remoteCandidateId, state, nominated, bytesSent, bytesReceived, totalRoundTripTime, responsesReceived, currentRoundTripTime
Assignee | ||
Updated•3 months ago
|
Assignee: nobody → mfroman
Assignee | ||
Comment 5•2 months ago
|
||
Assignee | ||
Comment 6•2 months ago
|
||
Assignee | ||
Comment 7•2 months ago
|
||
Assignee | ||
Comment 8•2 months ago
|
||
Assignee | ||
Comment 9•2 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•