[[["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-04-09 UTC."],[],[],null,["# meet::MediaStatsRequest Struct Reference\n\nmeet::MediaStatsRequest\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\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [request_id](#structmeet_1_1_media_stats_request_1aebcfe5c6bfe5b94d09f2d88b47f96044)` = 0` | `int64_t` A unique client-generated identifier for this request. |\n| [upload_media_stats](#structmeet_1_1_media_stats_request_1a7c333077dad40cc118e4fc0632860e23) | `std::optional\u003c `[UploadMediaStatsRequest](/workspace/meet/media-api/reference/cpp/struct/meet/upload-media-stats-request#structmeet_1_1_upload_media_stats_request)` \u003e` Request payload. |\n\nPublic attributes\n-----------------\n\n### request_id\n\n```c++\nint64_t meet::MediaStatsRequest::request_id = 0\n``` \nA unique client-generated identifier for this request.\n\nDifferent requests must never have the same request ID. \n\n### upload_media_stats\n\n```c++\nstd::optional\u003c UploadMediaStatsRequest \u003e meet::MediaStatsRequest::upload_media_stats\n``` \nRequest payload."]]