[webrtc-pc] new commits pushed by aboba

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

* Add a section summarizing different ICE candidate events.

Fixes #1213.

We've ended up with three different types of events that all use the
same "icecandidate" event, and are fired in different places. Which is,
understandably, confusing to most readers of the specification.

This PR adds a note to the RTCPeerConnectionIceEvent section summarizing
the different types of events, describing when they're fired, how
they're represented in the RTCPeerConnectionIceEvent, and what the
application should do with them.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/f171248e82da3e4b41a7ba6fda07ec78c4dd3b45

* Missing </ul>
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/7dba45a5e24999410ad4619b03b9ae54c51dc78f

* Fix "An candidate" and mention the "icegatheringstatechange" event.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/3ee95396b241c013d97c608a5ce163f3e8f2e296

* Merge pull request #1566 from taylor-b/issue_1213_candidate_events

Add a section summarizing different ICE candidate events.
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/a296c12bfdcdf3259a14d1d4182acbee973d589a

Received on Thursday, 31 August 2017 14:42:07 UTC