Ketikkan FrameType alias
Beberapa tempat di Meet tempat add-on iframe dapat dijalankan:
Tanda Tangan
type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-15 UTC.
[null,null,["Terakhir diperbarui pada 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"]]