类型别名 StatsSectionData

媒体统计信息部分。用于将 RTCStatsReport 映射到数据信道的预期结构。所有版块都有 ID 和类型。如需了解特定类型中的字段,请参阅 StatTypes 接口。

签名

declare type StatsSectionData = StatsSection & {
  [key in keyof StatTypes]?: StatTypes[key];
};