[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::SessionControlChannelToClient Struct Reference\n\nmeet::SessionControlChannelToClient\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 \u003csession_control_resource.h\u003e`\n\nThe top-level transport container for messages sent from server to client in the `session-control` data channel.\n\nSummary\n-------\n\nAny combination of fields may be set, but the message is never empty.\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [resources](#structmeet_1_1_session_control_channel_to_client_1a9e671a83e34b9c2334494c6575fddc4c) | `std::vector\u003c `[SessionControlResourceSnapshot](/workspace/meet/media-api/reference/cpp/struct/meet/session-control-resource-snapshot#structmeet_1_1_session_control_resource_snapshot)` \u003e` |\n| [response](#structmeet_1_1_session_control_channel_to_client_1a4a5998f7111707bbf61a7bbffab584af) | `std::optional\u003c `[SessionControlResponse](/workspace/meet/media-api/reference/cpp/struct/meet/session-control-response#structmeet_1_1_session_control_response)` \u003e` |\n\nPublic attributes\n-----------------\n\n### resources\n\n```c++\nstd::vector\u003c SessionControlResourceSnapshot \u003e meet::SessionControlChannelToClient::resources\n``` \n\n### response\n\n```c++\nstd::optional\u003c SessionControlResponse \u003e meet::SessionControlChannelToClient::response\n```"]]