Options
All
  • Public
  • Public/Protected
  • All
Menu

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

address: string
candidate: string
component: RTCIceComponent
foundation: string
port: number
priority: number
protocol: RTCIceProtocol
relatedAddress: string
relatedPort: number
sdpMLineIndex: number
sdpMid: string
usernameFragment: string

Methods

Generated using TypeDoc