Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • RTCIceCandidate

Index

Properties

candidate: string
component: null | "rtcp" | "rtp"
foundation: null | string
port: null | number
priority: null | number
protocol: null | "tcp" | "udp"
relatedAddress: null | string
relatedPort: null | number
sdpMLineIndex: null | number
sdpMid: null | string
tcpType: null | "active" | "passive" | "so"
type: null | "host" | "prflx" | "relay" | "srflx"
usernameFragment: null | string

Methods

Generated using TypeDoc