-
Notifications
You must be signed in to change notification settings - Fork 48
add missing fields to candidate stats #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@dontcallmedom can you generate an IPR link please and take a look at the respec woes? Worked with 27 here, breaks with 28 now. Probably need to blow some dust off ;-) |
Makes sense |
actually the inconsistency is a bit bigger: https://w3c.github.io/webrtc-stats/#icecandidate-dict* I don't have a use-case for the missing candidate stats (apart from making the grid in webrtc-internals nicer) but knowing the relayProtocol and url of a gathered candidate is potentially useful (see e.g. here) Will update this after testing how hard that is to implement |
aha... url is apparently surfaced in onicecandidate: |
bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good enough to submit now.
as as defined as in [webrtc-pc](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-tcptype) Not terribly important but i wanted it to show a nice candidate grid from statistics
added in w3c/webrtc-stats#611 * foundation * relatedAddress * relatedPort * usernameFragment * tcpType BUG=webrtc:14480 Change-Id: I5f43373fbbc7c780b8dafb6e2ace2c27f5e22970 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276780 Reviewed-by: Harald Alvestrand <[email protected]> Commit-Queue: Philipp Hancke <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#38292}
Upstream commit: https://webrtc.googlesource.com/src/+/0e3cd63062007d7c67e70eac7a45f29964d9c9aa stats: add missing ice candidate stats added in w3c/webrtc-stats#611 * foundation * relatedAddress * relatedPort * usernameFragment * tcpType BUG=webrtc:14480 Change-Id: I5f43373fbbc7c780b8dafb6e2ace2c27f5e22970 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276780 Reviewed-by: Harald Alvestrand <[email protected]> Commit-Queue: Philipp Hancke <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#38292}
Upstream commit: https://webrtc.googlesource.com/src/+/0e3cd63062007d7c67e70eac7a45f29964d9c9aa stats: add missing ice candidate stats added in w3c/webrtc-stats#611 * foundation * relatedAddress * relatedPort * usernameFragment * tcpType BUG=webrtc:14480 Change-Id: I5f43373fbbc7c780b8dafb6e2ace2c27f5e22970 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276780 Reviewed-by: Harald Alvestrand <[email protected]> Commit-Queue: Philipp Hancke <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#38292}
all of which are already defined for the ICE candidate object itself
Preview | Diff
Preview | Diff