Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides access to information about the ICE transport layer over which the data is being sent and received.

Hierarchy

Index

Properties

Readonly component

component: RTCIceComponent

Readonly gatheringState

gatheringState: RTCIceGathererState

ongatheringstatechange

ongatheringstatechange: null | ((ev: <internal>.Event) => any)

onselectedcandidatepairchange

onselectedcandidatepairchange: null | ((ev: <internal>.Event) => any)

onstatechange

onstatechange: null | ((ev: <internal>.Event) => any)

Readonly role

Readonly state

Methods

addEventListener

dispatchEvent

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    Returns boolean

getLocalCandidates

getLocalParameters

  • Returns null | RTCIceParameters

getRemoteCandidates

getRemoteParameters

  • Returns null | RTCIceParameters

getSelectedCandidatePair

removeEventListener

Generated using TypeDoc