סוג חלופי StatsSectionData
קטע של נתוני מדיה. משמש למיפוי של RTCStatsReport למבנה הצפוי של ערוץ הנתונים. לכל הקטע יש מזהה וסוג. למידע על שדות מסוג ספציפי, אפשר לעיין בממשק StatTypes.
חתימה
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-05 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]