Interface RTCIceCandidate Defined in node_modules/typescript/lib/lib.dom.d.ts:17929 Defined in node_modules/typescript/lib/lib.dom.d.ts:17962 Properties Readonly address address : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17931 Readonly candidate candidate : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17933 Readonly component Defined in node_modules/typescript/lib/lib.dom.d.ts:17935 Readonly foundation foundation : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17937 Readonly port port : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17939 Readonly priority priority : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17941 Readonly protocol Defined in node_modules/typescript/lib/lib.dom.d.ts:17943 Readonly related Address related Address : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17945 Readonly related Port related Port : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17947 Readonly sdpMLine Index sdpMLine Index : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17949 Readonly sdp Mid sdp Mid : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17951 Readonly tcp Type Defined in node_modules/typescript/lib/lib.dom.d.ts:17953 Readonly type Defined in node_modules/typescript/lib/lib.dom.d.ts:17955 Readonly username Fragment username Fragment : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17957
The RTCIceCandidate interface—part of the WebRTC API—represents a candidate Internet Connectivity Establishment (ICE) configuration which may be used to establish an RTCPeerConnection.
MDN Reference