Tür takma adı StatsSectionData
Medya istatistikleri bölümü. RTCStatsReport'ı veri kanalı için beklenen yapıyla eşlemek amacıyla kullanılır. Tüm bölümlerin bir kimliği ve türü vardır. Belirli bir türdeki alanlar için lütfen StatTypes arayüzüne bakın.
İmza
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-05 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-05 UTC."],[[["The content discusses a feature available through the Google Workspace Developer Preview Program, offering early access to specific functionalities."],["It focuses on mapping the RTCStatsReport to a defined structure for the data channel."],["Each section within this structure has a unique ID and type, essential for organization and identification."],["The `StatsSectionData` type is defined, including the `StatsSection` and fields corresponding to the `StatTypes` interface."]]],[]]