Type alias FrameType
The different places in Meet that the iframed add-on can be running in:
Signature
type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Iframed add-ons in Google Meet can run in two places: the side panel or the main stage as a tile."],["These locations are represented by the `SIDE_PANEL` and `MAIN_STAGE` values within the `FrameType` signature."]]],["The provided content outlines the two locations where an iframed add-on can operate within Google Meet. These locations are: `SIDE_PANEL`, where the add-on runs in the Meet side panel, and `MAIN_STAGE`, where the add-on is displayed as a tile in the main Meet stage. The `FrameType` signature further defines these locations as the only two allowed, represented by string literal types.\n"]]