ประเภทแทน StatsSectionData
ส่วนสถิติสื่อ ใช้เพื่อจับคู่ RTCStatsReport กับโครงสร้างที่คาดไว้สำหรับแชแนลข้อมูล ส่วนทั้งหมดจะมีรหัสและประเภท สําหรับช่องในประเภทที่เฉพาะเจาะจง โปรดดูอินเทอร์เฟซ StatTypes
ลายเซ็น
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]