تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
قسم من إحصاءات الوسائط يُستخدَم لربط RTCStatsReport بالبنية المتوقّعة لقناة البيانات. تحتوي جميع الأقسام على معرّف وأحد نوعَي المحتوى التاليَين:
بالنسبة إلى الحقول في نوع معيّن، يُرجى الاطّلاع على واجهة StatTypes.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Type alias StatsSectionData\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nA section of media stats. Used to map the\n[RTCStatsReport](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport)\nto the expected structure for the data channel. All sections have an id and a\ntype. For fields in a specific type, please see the StatTypes interface.\n\nSignature\n---------\n\n declare type StatsSectionData = StatsSection & {\n [key in keyof StatTypes]?: StatTypes[key];\n };"]]