Skip to content

@ralphschuler.webgl shader factory.<internal>.RTCIceCandidate

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: RTCIceCandidate

@ralphschuler/webgl-shader-factory.<internal>.RTCIceCandidate

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

Table of contents

Properties

Methods

Properties

address

Readonly address: null | string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17998


candidate

Readonly candidate: string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18000


component

Readonly component: null | RTCIceComponent

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18002


foundation

Readonly foundation: null | string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18004


port

Readonly port: null | number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18006


priority

Readonly priority: null | number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18008


protocol

Readonly protocol: null | RTCIceProtocol

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18010


relatedAddress

Readonly relatedAddress: null | string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18012


relatedPort

Readonly relatedPort: null | number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18014


sdpMLineIndex

Readonly sdpMLineIndex: null | number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18016


sdpMid

Readonly sdpMid: null | string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18018


tcpType

Readonly tcpType: null | RTCIceTcpCandidateType

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18020


type

Readonly type: null | RTCIceCandidateType

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18022


usernameFragment

Readonly usernameFragment: null | string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18024

Methods

toJSON

toJSON(): RTCIceCandidateInit

MDN Reference

Returns

RTCIceCandidateInit

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18026

Typescript Libraries

Modules

Namespaces

Clone this wiki locally