foundation property
String?
get
foundation
The RTCIceCandidate
interface's read-only foundation
property is a string
which uniquely identifies the candidate across multiple transports.
The foundation
can therefore be used to correlate candidates that are
present on
multiple RTCIceTransport objects
Implementation
external String? get foundation;