MediaStatsCollectorOptions type

Options for media stats collector

type MediaStatsCollectorOptions = {
  aggregationInterval?: number,
  dataPointsPerAggregation?: number,
}