Interface MediaApiCanvas
Video canvas for video assignment.
Signature
declare interface MediaApiCanvas
Property signatures
Name |
Description |
dimensions |
Dimensions of the canvas. |
id |
ID for the video canvas. This is required and must be unique within the containing layout model. Clients should prudently reuse these IDs, as this allows the backend to keep assigning video streams to the same canvas as much as possible. |
relevant |
Tells the server to choose the best video stream for this canvas. This is the only supported mode for now. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["The content pertains to a video canvas feature, specifically within the Google Workspace Developer Preview Program."],["A `MediaApiCanvas` interface is defined for video assignment, with properties for customization."],["The canvas's `dimensions` are configurable, allowing for sizing adjustments."],["Each video canvas requires a unique `id`, which should be reused to maintain video stream assignments."],["The `relevant` property allows the server to select the most appropriate video stream for a given canvas."]]],[]]