Stay organized with collections
Save and categorize content based on your preferences.
Uploads media stats from the client to the server. The stats are retrieved from
WebRTC by calling
RTCPeerConnection.getStats().
The returned
RTCStatsReport
can be mapped to the sections below.
A unique client-generated identifier for this request. Different requests must never have the same request ID in the scope of one data channel. (Inherited from MediaApiRequest)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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."]]],[]]