نام مستعار StatsSectionData را تایپ کنید
بخشی از آمار رسانه ها برای نگاشت RTCSstatsReport به ساختار مورد انتظار برای کانال داده استفاده می شود. همه بخش ها دارای شناسه و نوع هستند. برای فیلدها در یک نوع خاص، لطفاً رابط StatTypes را ببینید.
امضا
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-05 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-05 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]