- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Oct 2019 20:39:45 +0000
- To: public-webrtc-logs@w3.org
@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