Typalias „StatsSectionData“
Ein Bereich mit Medienstatistiken. Wird verwendet, um den RTCStatsReport der erwarteten Struktur für den Datenkanal zuzuordnen. Alle Abschnitte haben eine ID und einen Typ. Informationen zu den Feldern eines bestimmten Typs finden Sie in der StatTypes-Benutzeroberfläche.
Unterschrift
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-05 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]