Options
Menu

Interface RTCStats

The RTCStats dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects. See RTCStats

Hierarchy

  • RTCStats

Indexable

[key: string]: any

The RTCStats dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects. See RTCStats

Index

Properties

Properties

id

id: string

Uniquely identifies the stats object

type

type: string

Indicates the type of statistics the object contains, taken from the enum type RTCStatsType.

Generated using TypeDoc