[webrtc-pc] Merged Pull Request: Splitting apart RTCIceConnectionState and RTCIceTransportState.

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

== Splitting apart RTCIceConnectionState and RTCIceTransportState. ==
The fundamental state definitions, example state transitions, and
non-normative state transition diagram now all move to the
RTCIceTransportState section, and are defined in terms of
RTCIceTransports instead of an "ICE Agent".

The RTCIceConnectionState section now contains explicit rules for how
multiple RTCIceTransport states are aggregated, similar to how the
RTCPeerConnectionState is defined. So, situations that were previously
ambiguous (such as "what if one transport is 'new' and the other
is 'connected'?") are now well-defined.

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

Received on Thursday, 14 April 2016 14:34:54 UTC