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

gatheringState: RTCIceGathererState
ongatheringstatechange: null | ((this: internal.RTCIceTransport, ev: Event) => any)
onstatechange: null | ((this: internal.RTCIceTransport, ev: Event) => any)

Methods

  • addEventListener<K>(type: K, listener: ((this: internal.RTCIceTransport, ev: RTCIceTransportEventMap[K]) => any), options?: boolean | AddEventListenerOptions): void
  • addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void
  • 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

  • removeEventListener<K>(type: K, listener: ((this: internal.RTCIceTransport, ev: RTCIceTransportEventMap[K]) => any), options?: boolean | EventListenerOptions): void
  • removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void

Generated using TypeDoc