[ortc] Pull Request: Revision to setTransport()

aboba has just submitted a new pull request for 
https://github.com/w3c/ortc:

== Revision to setTransport() ==
This PR:

1. Removes checks on transport.state and rtcpTransport.state (so that 
closed or failed transports can be replaced)
2. Removes checks on withTransport.state and withRtcpTransport.state 
(removing a potential race condition with the statechange 
EventHandler).
3. Leaves setTransport as a synchronous method.


Revised fix for Issue https://github.com/w3c/ortc/issues/591

See https://github.com/w3c/ortc/pull/599

Received on Monday, 12 September 2016 16:13:21 UTC