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

  • EventTarget
    • RTCIceTransport

Index

Properties

EventTarget

EventTarget: object

Type declaration

  • constructor: function
    • new __type(): EventTarget
    • 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

    • event: Event

    Returns boolean

getLocalCandidates

  • Returns RTCIceCandidate[]

getLocalParameters

  • Returns RTCIceParameters | null

getRemoteCandidates

  • Returns RTCIceCandidate[]

getRemoteParameters

  • Returns RTCIceParameters | null

getSelectedCandidatePair

removeEventListener

Generated using TypeDoc