Skip to content
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

No way to tell what transport is associated with an RTCIceCandidateStats #92

Closed
taylor-b opened this issue Dec 6, 2016 · 0 comments
Closed

Comments

@taylor-b
Copy link
Contributor

taylor-b commented Dec 6, 2016

If the RTCIceCandidateStats is referenced by an RTCIceCandidatePairStats, it's possible to tell. But not every candidate will be paired (for instance, before any remote candidates have been trickled).

I propose adding a DOMString transportId just like we have on RTCIceCandidatePairStats.

taylor-b added a commit to taylor-b/webrtc-stats that referenced this issue Dec 6, 2016
Needed to associate a candidate with a transport in case the candidate
is not paired.

Fixes issue w3c#92.
taylor-b added a commit to taylor-b/webrtc-stats that referenced this issue Dec 12, 2016
Needed to associate a candidate with a transport in case the candidate
is not paired.

Fixes issue w3c#92.
@vr000m vr000m closed this as completed Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants