MediaStatValue type

Properties of stats in summaryReported event

type MediaStatValue<T> = {
  aggregation?: MediaStatsAggregation
  raw: T[]
  timestamp: Date
}