Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RTCIceGatherer

Package version

Hierarchy

Index

Properties

RTCStatsProvider

RTCStatsProvider: { constructor: any; prototype: RTCStatsProvider }

Type declaration

component

component: RTCIceComponent

onerror

onerror: ((this: RTCIceGatherer, ev: Event) => any) | null

onlocalcandidate

onlocalcandidate: ((this: RTCIceGatherer, ev: RTCIceGathererEvent) => any) | null

Methods

addEventListener

createAssociatedGatherer

  • Returns RTCIceGatherer

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 RTCIceCandidateDictionary[]

getLocalParameters

  • Returns RTCIceParameters

getStats

msGetStats

removeEventListener

Generated using TypeDoc