Typalias FrameType
Das iFrame-Add-on kann in Meet an verschiedenen Stellen ausgeführt werden:
SIDE_PANEL
: Das iFrame-Add-on, das in der Seitenleiste von Meet ausgeführt wird.
MAIN_STAGE
: Das iframe-Add-on, das als Kachel in der Hauptansicht von Google Meet ausgeführt wird.
Unterschrift
type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-10-15 (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"]]