[webrtc-pc] Merged Pull Request: Enable trickling of end-of-candidates through addIceCandidate.

taylor-b has just merged pull request 527 for 
https://github.com/w3c/webrtc-pc:

== Enable trickling of end-of-candidates through addIceCandidate. ==
A null parameter in addIceCandidate now represents end-of-candidates
for all media sections.

The definitions of the `failed` and `completed` ICE connection states
have been updated so that they only occur when there are no more
remote candidates.

Also updated the example code that trickled candidates, such that the
null candidate is trickled rather than ignored.

Fixes issues #483 and #442.

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

Received on Thursday, 17 March 2016 15:26:05 UTC