Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for a peer connection stats collector

Hierarchy

  • PcStatsCollector

Index

Properties

Methods

Properties

id: string

The identifier of the collector and the peer connection provides the stats

label?: string

an optional label of the collector added to the created sample by this collector

Methods

  • getStats(): Promise<any>
  • A Promise based method provides the stats.

    Returns Promise<any>

Generated using TypeDoc