component property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The component-id of the RTCIceTransport.

This property is read-only.

Syntax

JavaScript
component = object.component

 

Property values

Type: RTCIceComponent

The component-id of the RTCIceTransport object.

The component-id will be "RTP" unless RTP and RTCP are not multiplexed and the RTCIceTransport object was returned by createAssociatedTransport().

Value Condition
RTP

The RTP component ID, defined (as '1') in [RFC5245] Section 4.1.1.1. Protocols multiplexed with RTP (e.g. SCTP data channel) share its component ID.

RTCP

The RTCP component ID, defined (as '2') in [RFC5245] Section 4.1.1.1.

 

Standards information

See also

RTCIceTransport