[webrtc-pc] Pull Request: Clarify which "candidate" is referred to in addIceCandidate description.

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

== Clarify which "candidate" is referred to in addIceCandidate description. ==
Fixes #1077.

"candidate" here is referring to the "candidate" member within the
RTCIceCandidate or RTCIceCandidateInit, and not the argument to the
method which is unfortunately also named "candidate".

See https://github.com/w3c/webrtc-pc/pull/1081

Received on Wednesday, 15 March 2017 20:51:52 UTC