Re: [webrtc-pc] Section 4.4.1.6: Set the RTCSessionDescription (Object visibility) (#2338)

@steveanton @henbos While the ICE transports exist after `setLocalDescription` is called so that gathering can begin, the IceTransport objects aren't visible to JS at that point. Since the DtlsTransport object is not created before SRD(answer), before that `transceiver.sender.transport` is null and there is no way to obtain `transceiver.sender.transport.iceTransport`.

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2338#issuecomment-546093329 using your GitHub account

Received on Thursday, 24 October 2019 20:39:46 UTC