component property
RTCIceComponent?
get
component
The read-only component
property
on the RTCIceCandidate interface is a string which indicates whether
the candidate is an
RTP
or
an RTCP candidate.
If a candidate represents both RTP and RTCP multiplexed together, it is reported as an RTP candidate.
Implementation
external RTCIceComponent? get component;