Interface 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

interface RTCIceCandidate {
address : null | string;
candidate : string;
component : null | RTCIceComponent ;
foundation : null | string;
port : null | number;
priority : null | number;
protocol : null | RTCIceProtocol ;
relatedAddress : null | string;
relatedPort : null | number;
sdpMLineIndex : null | number;
sdpMid : null | string;
tcpType : null | RTCIceTcpCandidateType ;
type : null | RTCIceCandidateType ;
usernameFragment : null | string;
toJSON (): RTCIceCandidateInit ;
}

Properties

Readonlyaddress

address: null | string

Readonlycandidate

candidate: string

Readonlycomponent

component: null | RTCIceComponent

Readonlyfoundation

foundation: null | string

Readonlyport

port: null | number

Readonlypriority

priority: null | number

Readonlyprotocol

protocol: null | RTCIceProtocol

ReadonlyrelatedAddress

relatedAddress: null | string

ReadonlyrelatedPort

relatedPort: null | number

ReadonlysdpMLineIndex

sdpMLineIndex: null | number

ReadonlysdpMid

sdpMid: null | string

ReadonlytcpType

tcpType: null | RTCIceTcpCandidateType

Readonlytype

type: null | RTCIceCandidateType

ReadonlyusernameFragment

usernameFragment: null | string

Methods

toJSON

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /