candidate property

RTCIceCandidate? get candidate

The read-only candidate property of the RTCPeerConnectionIceEvent interface returns the RTCIceCandidate associated with the event.

Implementation

external RTCIceCandidate? get candidate;