RE: Call for Consensus: ICE Transport Extensions for WebRTC

Lennart said: 

"I don't understand (yet) where this is going. With this extension, one
can create an RTCIceTransport instance... which is standalone and not
associated to an RTCPeerConnection. So, there is nothing one can do with
it since the extension doesn't specify any kind of interaction between
itself and RTCPeerConnection."

[BA] The IceTransport, once created, could be used to construct other objects,
such as SctpTransport, DtlsTransport or QuicTransport objects. 

With respect to the interaction with RTCPeerConnection, I believe that the intent
was to use this in scenarios not involving audio or video
(e.g. data-transport only). 

Received on Tuesday, 17 April 2018 21:16:27 UTC