[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::SessionControlResponse Struct Reference\n\nmeet::SessionControlResponse\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\nAn optional response from Meet servers to an incoming request.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| [leave_response](#structmeet_1_1_session_control_response_1a501119cd7bc51b15f5c84611a9f6fccb) | [LeaveResponse](/workspace/meet/media-api/reference/cpp/struct/meet/leave-response#structmeet_1_1_leave_response) |\n| [request_id](#structmeet_1_1_session_control_response_1aca3451cb187e6112780287144157189b) | `int64_t` |\n| [status](#structmeet_1_1_session_control_response_1adf01bac60976e44bfa5164d61fd5c616) | `absl::Status` The response status from Meet servers to an incoming request. |\n\nPublic attributes\n-----------------\n\n### leave_response\n\n```c++\nLeaveResponse meet::SessionControlResponse::leave_response\n``` \n\n### request_id\n\n```c++\nint64_t meet::SessionControlResponse::request_id\n``` \n\n### status\n\n```c++\nabsl::Status meet::SessionControlResponse::status\n``` \nThe response status from Meet servers to an incoming request.\n\nThis should be used by clients to determine the outcome of the request."]]