import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { RTCIceCandidate } = dom;
The RTCIceCandidate interface—part of the WebRTC API—represents a candidate Internet Connectivity Establishment (ICE) configuration which may be used to establish an RTCPeerConnection.
Properties
readonly
component: RTCIceComponent | nullreadonly
protocol: RTCIceProtocol | nullreadonly
tcpType: RTCIceTcpCandidateType | nullreadonly
type: RTCIceCandidateType | nullMethods
toJSON(): RTCIceCandidateInit