MediaStatValue type

summaryReported 事件中统计信息的属性

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