[webrtc-pc] new commits pushed by aboba

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

* Add ICE candidates only to the applicable descriptions.

Fixes #1227.

ICE candidates should only be added to descriptions that represent the
ICE generation of the candidate. For example, if
`currentLocalDescription` has ufrag "foo" and `pendingLocalDescription`
has ufrag "bar", because an ICE restart was initiated, then candidates
gathered for the old ICE generation ("foo") should be added only to
`currentLocalDescription`, and candidates gathered for the new ICE
generation should be added only to `pendingLocalDescription`.

Same goes for remote candidates, where the generation is inferred by
ufrag (or assumed, if ufrag isn't present).
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/9845f8179328cb08198e634e266cbf66d27a5857

* Merge pull request #1580 from taylor-b/issue_1227_adding_ice_candidates_to_sdp

Add ICE candidates only to the applicable descriptions.
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/db7e6bda20d90bdb7e8669293a4bcbad2f2e37b2

Received on Thursday, 7 September 2017 14:33:53 UTC