From f54b047b5c7b702d4c12c37ee56f919f2c0d38a5 Mon Sep 17 00:00:00 2001 From: Taylor Brandstetter Date: Sat, 19 May 2018 12:31:09 -0700 Subject: [PATCH] Fixing some descriptions of ID references between stats objects. (#351) Fixes #350 - RTCIceCandidateStats.transportId is the ID of an RTCTransportStats, not another RTCIceCandidateStats - RTCIceCandidatePairStats.localCandidateId and remoteCandidateId are IDs of RTCIceCandidateStats, not RTCIceCandidateAttributes (there's no such thing). --- webrtc-stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index 968adfee..31ddcae7 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -2928,7 +2928,7 @@

It is a unique identifier that is associated to the object that was inspected to - produce the RTCIceCandidateStats associated with this candidate. + produce the RTCTransportStats associated with this candidate.

@@ -3192,7 +3192,7 @@

It is a unique identifier that is associated to the object that was inspected to - produce the RTCIceCandidateAttributes for the local candidate + produce the RTCIceCandidateStats for the local candidate associated with this candidate pair.

@@ -3203,7 +3203,7 @@

It is a unique identifier that is associated to the object that was inspected to - produce the RTCIceCandidateAttributes for the remote candidate + produce the RTCIceCandidateStats for the remote candidate associated with this candidate pair.