Re: ICE component for DataChannel

A data channel is contracted from a RTCSctpTransport object. An RTCSctpTranport is contracted from a RTCDtlsTransport. A RTCDtlsTransport is contraction from a RTCIceTransport. You could in theory use either the RTCIceTransport for RTP or the one returned from “createAssociatedTransport()” which would be the RTCP transport.

The RTCIceComponent only applies to candidate exchange information and is not related at all to the DataChannel.

-- 
Robin Raymond


On July 2, 2014 at 5:21:49 PM, Iñaki Baz Castillo (ibc@aliax.net) wrote:

enum RTCIceComponent {  
"RTP",  
"RTCP"  
};  

What should be the value for a DataChannel?  


--  
Iñaki Baz Castillo  
<ibc@aliax.net>  

Received on Thursday, 3 July 2014 22:13:32 UTC