Digita FrameType alias
I diversi punti in cui il componente aggiuntivo in iframe può essere eseguito in Meet:
Firma
type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-15 UTC.
[null,null,["Ultimo aggiornamento 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"]]