[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::ParticipantsChannelToClient Struct Reference\n\nmeet::ParticipantsChannelToClient\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 \u003cparticipants_resource.h\u003e`\n\nThe top-level transport container for messages converted from proto to C++ struct.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [deleted_resources](#structmeet_1_1_participants_channel_to_client_1ae95f6dfb4058a7daee20aff17768fea9) | `std::vector\u003c `[ParticipantDeletedResource](/workspace/meet/media-api/reference/cpp/struct/meet/participant-deleted-resource#structmeet_1_1_participant_deleted_resource)` \u003e` The list of deleted resources. |\n| [resources](#structmeet_1_1_participants_channel_to_client_1a5b84405420bbcc58fc5bce079a293832) | `std::vector\u003c `[ParticipantResourceSnapshot](/workspace/meet/media-api/reference/cpp/struct/meet/participant-resource-snapshot#structmeet_1_1_participant_resource_snapshot)` \u003e` Resource snapshots. |\n\nPublic attributes\n-----------------\n\n### deleted_resources\n\n```c++\nstd::vector\u003c ParticipantDeletedResource \u003e meet::ParticipantsChannelToClient::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 ParticipantResourceSnapshot \u003e meet::ParticipantsChannelToClient::resources\n``` \nResource snapshots.\n\nThere is no implied order between the snapshots in the list."]]