[webrtc-pc] new commits pushed by aboba

The following commits were just pushed by aboba to 
https://github.com/w3c/webrtc-pc:

* Add ufrag to IceCandidate, and use IceCandidate for 
end-of-candidates.

Since RTCIceCandidate can be used for end-of-candidates, all the
attributes besides "ufrag" now become nullable.

Rebase of PR #757. Fixes #726.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/573e1b0ead80ac25b70fb12b4630290f58a25b52

* As decided in virtual interim, use empty string for 
end-of-candidates.

Also did some other minor cleanup.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/237e14754e31013e02db85aa09d39bb870f5f695

* Enforcing the ordering between end-of-candidates and gathering 
complete.

Done by restructuring the ICE agent indications as "gathering
started"/"gathering completed" rather than "gathering state
changed"/"gathering complete for one generation".
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/53fbc464fa07f8f070bc3be71cb6c432d5a99015

* `candidate` in RTCIceCandidateInit defaults to "".
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/65c7ec515f4723aff8c30f27d5b72c5c71cd902d

* Merge pull request #968 from 
taylor-b/trickle_RTCIceCandidate_with_null_candidate

Add ufrag to IceCandidate, and use IceCandidate for end-of-candidates.
  by aboba
https://github.com/w3c/webrtc-pc/commit/eca6d40adce64694df81933810f03750246e35d9

Received on Friday, 16 December 2016 00:10:46 UTC