[webrtc-pc] Merged Pull Request: transports can be null

aboba has just merged pull request 666 for 
https://github.com/w3c/webrtc-pc:

== transports can be null ==
RTCRtpSender.transport and RTCRtpReceiver.transport can be null since 
the DTLS transports only come into existence after calls to 
setLocalDescription() and setRemoteDescription().

Related to Issue https://github.com/w3c/webrtc-pc/issues/651

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

Received on Thursday, 2 June 2016 14:15:22 UTC