Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RTCIceTransport

Package version

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

Hierarchy

Index

Properties

EventTarget

EventTarget: { constructor: any; prototype: EventTarget }

Type declaration

  • constructor: function
    • Returns EventTarget

  • prototype: EventTarget

component

component: RTCIceComponent

gatheringState

gatheringState: RTCIceGathererState

ongatheringstatechange

ongatheringstatechange: ((this: RTCIceTransport, ev: Event) => any) | null

onselectedcandidatepairchange

onselectedcandidatepairchange: ((this: RTCIceTransport, ev: Event) => any) | null

onstatechange

onstatechange: ((this: RTCIceTransport, ev: Event) => any) | 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