共用方式為


MediaStatValue type

summaryReported 事件中統計數據的屬性

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