RTCIceTransport: component property
The read-only RTCIceTransport
property component
specifies whether the object is
serving to transport RTP or RTCP.
Value
A string which is one of the following:
rtp
-
Identifies an ICE transport which is being used for the Real-time Transport Protocol (RTP), or for RTP multiplexed with the RTP Control Protocol (RTCP). RTP is defined in RFC 3550. This value corresponds to the component ID field in the
candidate
a-line with the value 1. rtcp
-
Identifies an ICE transport being used for RTCP, which is defined in RFC 3550, section 6. This value corresponds to the component ID 2.
Specifications
No specification found
No specification data found for api.RTCIceTransport.component
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser