[webrtc-stats] Pull Request: Fixing some descriptions of ID references between stats objects.

taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-stats:

== Fixing some descriptions of ID references between stats objects. ==
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).

See https://github.com/w3c/webrtc-stats/pull/351

Received on Friday, 18 May 2018 20:13:17 UTC