[ortc] Merged Pull Request: Revision to setTransport()

robin-raymond has just merged aboba's pull request 599 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

Related to Issue https://github.com/w3c/ortc/issues/598

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

Received on Wednesday, 26 October 2016 19:26:16 UTC