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

EventTarget

EventTarget: object

Type declaration

  • constructor: function
    • Returns EventTarget

  • prototype: EventTarget

component

component: RTCIceComponent

gatheringState

gatheringState: RTCIceGathererState

ongatheringstatechange

ongatheringstatechange: function | null

onselectedcandidatepairchange

onselectedcandidatepairchange: function | null

onstatechange

onstatechange: function | null

role

state

Methods

addEventListener

dispatchEvent

  • dispatchEvent(event: Event): boolean
  • 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

  • Returns RTCIceCandidate[]

getLocalParameters

  • Returns RTCIceParameters | null

getRemoteCandidates

  • Returns RTCIceCandidate[]

getRemoteParameters

  • Returns RTCIceParameters | null

getSelectedCandidatePair

  • Returns RTCIceCandidatePair | null

removeEventListener

Generated using TypeDoc