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

aboba has just submitted a new pull request 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().

Still work-in-progress (do not merge yet).

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

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

Received on Thursday, 19 May 2016 16:17:38 UTC