[[["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::MediaStatsSection Struct Reference\n\nmeet::MediaStatsSection\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\nThis type represents an `RTCStats`-derived dictionary which is returned by calling `RTCPeerConnection::getStats`.\n\nSummary\n-------\n\n\n**See also:**\n[WebRTC Stats](https://w3c.github.io/webrtc-pc/#mandatory-to-implement-stats)\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [id](#structmeet_1_1_media_stats_section_1a77c4499043f5a739ee1f42360777e665) | `std::string` The WebRTC-generated ID of the section. |\n| [type](#structmeet_1_1_media_stats_section_1a7761fa640e4b77a2280b7faf3f3a2a9f) | `std::string` The [RTCStatsType](https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*) of the section. |\n| [values](#structmeet_1_1_media_stats_section_1ae2cd10ac881d817415541859b89d489a) | `absl::flat_hash_map\u003c std::string, std::string \u003e` The stats and their values for this section. |\n\nPublic attributes\n-----------------\n\n### id\n\n```c++\nstd::string meet::MediaStatsSection::id\n``` \nThe WebRTC-generated ID of the section. \n\n### type\n\n```c++\nstd::string meet::MediaStatsSection::type\n``` \nThe [RTCStatsType](https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*) of the section.\n\nFor example, `codec` or `candidate-pair`. \n\n### values\n\n```c++\nabsl::flat_hash_map\u003c std::string, std::string \u003e meet::MediaStatsSection::values\n``` \nThe stats and their values for this section.\n\n\n**See also:**\n[WebRTC Stats](https://w3c.github.io/webrtc-pc/#mandatory-to-implement-stats)"]]