tcpType property
RTCIceTcpCandidateType?
get
tcpType
The RTCIceCandidate interface's read-only tcpType
property is
included on TCP candidates to provide additional details about the
candidate type.
The tcpType
field's value is set from the candidateInfo
options object
passed to the RTCIceCandidate.RTCIceCandidate
constructor.
You can't specify the value of tcpType
directly in the options object,
but its value is automatically extracted from the object's candidate
a-line, if it's formatted properly.
Implementation
external RTCIceTcpCandidateType? get tcpType;