candidate property
String
get
candidate
The read-only property candidate on the RTCIceCandidate interface
returns a string describing the candidate in detail.
Most of the other properties of RTCIceCandidate are actually extracted
from this string.
This property can be configured using the candidate property of the
object passed into the RTCIceCandidate.RTCIceCandidate or
RTCPeerConnection.addIceCandidate.
Implementation
external String get candidate;