Typ aliasu StatsSectionData
Sekcja statystyk multimediów. Służy do mapowania RTCStatsReport na oczekiwaną strukturę kanału danych. Wszystkie sekcje mają identyfikator i typ. Informacje o polach określonego typu znajdziesz w interfejsie StatTypes.
Podpis
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-05 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]