web api instance property
RTCIceTransport: component property
The component read-only property of the RTCIceTransport interface 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
3550. This value corresponds to the component ID field in thecandidatea-line with the value 1.
- : 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
rtcp- : Identifies an ICE transport being used for RTCP, which is defined in
3550. This value corresponds to the component ID 2.
- : Identifies an ICE transport being used for RTCP, which is defined in
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.