[[["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::CanvasDimensions Struct Reference\n\nmeet::CanvasDimensions\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 \u003cvideo_assignment_resource.h\u003e`\n\nRequired dimensions of the canvas.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------|\n| [height](#structmeet_1_1_canvas_dimensions_1a982648dfc9b272aa2f7ffac6101ab542)` = 480` | `int32_t` The vertical space, in pixels, for this canvas. |\n| [width](#structmeet_1_1_canvas_dimensions_1abfbc6403445188912d1c62dd055e0e94)` = 640` | `int32_t` The horizontal space, in pixels, for this canvas. |\n\nPublic attributes\n-----------------\n\n### height\n\n```c++\nint32_t meet::CanvasDimensions::height = 480\n``` \nThe vertical space, in pixels, for this canvas. \n\n### width\n\n```c++\nint32_t meet::CanvasDimensions::width = 640\n``` \nThe horizontal space, in pixels, for this canvas."]]