[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::MediaEntriesChannelToClient Struct Reference\n\nmeet::MediaEntriesChannelToClient\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_entries_resource.h\u003e`\n\nThe top-level transport container for messages sent from server to client in the `media-entries` data channel.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [deleted_resources](#structmeet_1_1_media_entries_channel_to_client_1a541b7f143efad1dec0823bdb56208286) | `std::vector\u003c `[MediaEntriesDeletedResource](/workspace/meet/media-api/reference/cpp/struct/meet/media-entries-deleted-resource#structmeet_1_1_media_entries_deleted_resource)` \u003e` The list of deleted resources. |\n| [resources](#structmeet_1_1_media_entries_channel_to_client_1a7ea3bf1450648288912b78bd1c1b69cb) | `std::vector\u003c `[MediaEntriesResourceSnapshot](/workspace/meet/media-api/reference/cpp/struct/meet/media-entries-resource-snapshot#structmeet_1_1_media_entries_resource_snapshot)` \u003e` Resource snapshots. |\n\nPublic attributes\n-----------------\n\n### deleted_resources\n\n```c++\nstd::vector\u003c MediaEntriesDeletedResource \u003e meet::MediaEntriesChannelToClient::deleted_resources\n``` \nThe list of deleted resources.\n\nThere is no order between the entries in the list. \n\n### resources\n\n```c++\nstd::vector\u003c MediaEntriesResourceSnapshot \u003e meet::MediaEntriesChannelToClient::resources\n``` \nResource snapshots.\n\nThere is no implied order between the snapshots in the list."]]