على عملاء Google Meet Media API تحميل إحصاءات العملاء بشكل دوري على
قناة بيانات media-stats.
إنّ الإدخالات المطلوبة من Meet Media API هي مجموعة فرعية من
الإحصاءات
التي يجمعها WebRTC، ويمكن الوصول إليها من خلال الاتصال بطريقة
RTCPeerConnection::getStats().
مسار العميل
على جميع عملاء Meet Media API تنفيذ الخطوات التالية.
الإعداد الأوّلي
بعد أن يفتح العميل قناة بيانات media-stats، تُرسِل Meet
على الفور تعديلًا للموارد
MediaStatsConfiguration
عبر القناة. تحدِّد هذه الإعدادات كيفية تحميل العميل
للإحصاءات.
تاريخ التعديل الأخير: 2025-02-24 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-24 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Meet Media API clients are required to periodically upload client statistics via the `media-stats` data channel."],["The required statistics for the Meet Media API are a subset of those collected by WebRTC and accessed via the `RTCPeerConnection::getStats()` method."],["Upon opening the `media-stats` channel, clients receive a `MediaStatsConfiguration` from Meet, dictating how statistics should be uploaded."],["Clients must call `RTCPeerConnection::getStats()`, filter the results based on the provided `allowlist`, and upload the filtered stats as an `UploadMediaStatsRequest` over the data channel."],["The upload interval for client statistics is specified by the `uploadIntervalSeconds` parameter provided in the `MediaStatsConfiguration` received from the Meet server."]]],[]]