- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Feb 2016 20:43:06 +0000
- To: public-webrtc@w3.org
taylor-b has just submitted a new pull request 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 Monday, 29 February 2016 20:43:09 UTC