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."]]],[]]