संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
क्लाइंट से सर्वर पर मीडिया के आंकड़े अपलोड करता है. आंकड़ों को WebRTC से हासिल करने के लिए, RTCPeerConnection.getStats() को कॉल किया जाता है. इससे मिलने वाली RTCStatsReport को नीचे दिए गए सेक्शन में मैप किया जा सकता है.
इस अनुरोध के लिए, क्लाइंट से जनरेट किया गया यूनीक आइडेंटिफ़ायर. एक ही डेटा चैनल के दायरे में, अलग-अलग अनुरोधों का अनुरोध आईडी कभी भी एक जैसा नहीं होना चाहिए. (MediaApiRequest से इनहेरिट किया गया)
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-02-05 (UTC) को अपडेट किया गया."],[[["This content pertains to the `UploadMediaStatsRequest`, which is part of the Google Workspace Developer Preview Program."],["The `UploadMediaStatsRequest` is used to send media statistics from the client to the server, derived from WebRTC's `RTCPeerConnection.getStats()`."],["It extends `MediaApiRequest` and includes a `requestId` for unique request identification."],["The core functionality is the `uploadMediaStats` property which handles the actual upload of the media statistics."]]],[]]