Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RTCIceCandidate

Package version

The RTCIceCandidate interface—part of the WebRTC API—represents a candidate Internet Connectivity Establishment (ICE) configuration which may be used to establish an RTCPeerConnection.

Hierarchy

  • RTCIceCandidate

Index

Properties

candidate

candidate: string

component

component: RTCIceComponent | null

foundation

foundation: string | null

ip

ip: string | null

port

port: number | null

priority

priority: number | null

protocol

protocol: RTCIceProtocol | null

relatedAddress

relatedAddress: string | null

relatedPort

relatedPort: number | null

sdpMLineIndex

sdpMLineIndex: number | null

sdpMid

sdpMid: string | null

tcpType

tcpType: RTCIceTcpCandidateType | null

type

type: RTCIceCandidateType | null

usernameFragment

usernameFragment: string | null

Methods

toJSON

  • Returns RTCIceCandidateInit

Generated using TypeDoc