[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::UploadMediaStatsRequest Struct Reference\n\nmeet::UploadMediaStatsRequest\n=============================\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\n\n`#include \u003cmedia_stats_resource.h\u003e`\n\nUploads media stats from the client to the server.\n\nSummary\n-------\n\nThe stats are retrieved from WebRTC by calling `RTCPeerConnection::getStats` and the returned [RTCStatsReport](https://w3c.github.io/webrtc-pc/#dom-rtcstatsreport) can be easily mapped to the sections below.\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [sections](#structmeet_1_1_upload_media_stats_request_1a88f1621dc04f1d3cfc09b6efecaeeb88) | `std::vector\u003c `[MediaStatsSection](/workspace/meet/media-api/reference/cpp/struct/meet/media-stats-section#structmeet_1_1_media_stats_section)` \u003e` Represents the entries in [RTCStatsReport](https://w3c.github.io/webrtc-pc/#dom-rtcstatsreport). |\n\nPublic attributes\n-----------------\n\n### sections\n\n```c++\nstd::vector\u003c MediaStatsSection \u003e meet::UploadMediaStatsRequest::sections\n``` \nRepresents the entries in [RTCStatsReport](https://w3c.github.io/webrtc-pc/#dom-rtcstatsreport)."]]