Skip to content

Commit

Permalink
Fixing some descriptions of ID references between stats objects. (#351)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
taylor-b authored and vr000m committed May 19, 2018
1 parent 0e33bd1 commit f54b047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc-stats.html
Expand Up @@ -2928,7 +2928,7 @@ <h2>
<dd>
<p>
It is a unique identifier that is associated to the object that was inspected to
produce the <code>RTCIceCandidateStats</code> associated with this candidate.
produce the <code>RTCTransportStats</code> associated with this candidate.
</p>
</dd>
<dt>
Expand Down Expand Up @@ -3192,7 +3192,7 @@ <h2>
<dd>
<p>
It is a unique identifier that is associated to the object that was inspected to
produce the <code>RTCIceCandidateAttributes</code> for the local candidate
produce the <code>RTCIceCandidateStats</code> for the local candidate
associated with this candidate pair.
</p>
</dd>
Expand All @@ -3203,7 +3203,7 @@ <h2>
<dd>
<p>
It is a unique identifier that is associated to the object that was inspected to
produce the <code>RTCIceCandidateAttributes</code> for the remote candidate
produce the <code>RTCIceCandidateStats</code> for the remote candidate
associated with this candidate pair.
</p>
</dd>
Expand Down

0 comments on commit f54b047

Please sign in to comment.