Podsumowanie zasobów dla Meet.addons.js
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Interfejsy
Nazwa |
Opis |
ActivityStartingState |
Stan początkowy dodatku, gdy uczestnik zaakceptuje zaproszenie do rozpoczęcia aktywności. |
AddonCallbacks |
Wszystkie wywołania zwrotne, które mogą być dołączane przez dodatki. |
AddonSession |
Interfejs AddonSession Służy do interakcji z Meet. |
AddonSessionOptions |
Parametry służące do pobierania sesji dodatku. |
FrameToFrameMessage |
wiadomość wysłana z ramki jednego dodatku do ramki innego dodatku z inicjatywy klienta. |
MeetAddon |
Główny punkt wejścia do funkcji dodatku Meet. Dostępne na całym świecie pod nazwą window.meet.addon . |
MeetAddonClient |
Obiekt klienta, którego dodatek używa do komunikacji z Meet w przeglądarce. |
MeetAddonError |
Struktura błędu wygenerowanego przez SDK dodatków Meet. |
MeetAddonExport |
Struktura eksportowanego dodatku najwyższego poziomu. |
MeetingInfo |
Informacje o spotkaniu, na którym działa dodatek. |
MeetMainStageClient |
MeetAddonClient dla głównego elementu sceny dodatku. |
MeetSidePanelClient |
MeetAddonClient dla komponentu panelu bocznego dodatku. |
Aliasy typu
Nazwa |
Opis |
ErrorType |
Możliwe typy błędów, które mogą wystąpić podczas interakcji z pakietem SDK dodatków do Meet w przeglądarce. |
FrameOpenReason |
Różne powody otwarcia ramki: |
FrameType |
Dodatek w osadzonym iframe może działać w różnych miejscach w Meet: |
Zmienne
Nazwa |
Opis |
meet |
Główny punkt wejścia do funkcji dodatku Meet. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# Resource summary for meet.addons.js\n\nInterfaces\n----------\n\n| Name | Description |\n|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [`ActivityStartingState`](./addon_sdk.activitystartingstate.md) | Starting state of the add-on when the participant accepts the invitation to start an activity. |\n| [`AddonCallbacks`](./addon_sdk.addoncallbacks.md) | All of the callbacks that add-ons can attach to. |\n| [`AddonSession`](./addon_sdk.addonsession.md) | The AddonSession interface. Used to interact with Meet. |\n| [`AddonSessionOptions`](./addon_sdk.addonsessionoptions.md) | Parameters to retrieve the add-on session. |\n| [`FrameToFrameMessage`](./addon_sdk.frametoframemessage.md) | A client-initiated message sent from one add-on frame to another. |\n| [`MeetAddon`](./addon_sdk.meetaddon.md) | The main entry point for accessing Meet add-on functionality. Available globally under `window.meet.addon`. |\n| [`MeetAddonClient`](./addon_sdk.meetaddonclient.md) | The client object that an add-on uses to communicate with Meet web. |\n| [`MeetAddonError`](./addon_sdk.meetaddonerror.md) | The structure of an error generated from the Meet add-ons SDK. |\n| [`MeetAddonExport`](./addon_sdk.meetaddonexport.md) | The structure of the top-level add-on export. |\n| [`MeetingInfo`](./addon_sdk.meetinginfo.md) | Information about the meeting in which the add-on is running. |\n| [`MeetMainStageClient`](./addon_sdk.meetmainstageclient.md) | The `MeetAddonClient` for the main stage component of an add-on. |\n| [`MeetSidePanelClient`](./addon_sdk.meetsidepanelclient.md) | The `MeetAddonClient` for the side panel component of an add-on. |\n\nType aliases\n------------\n\n| Name | Description |\n|-----------------------------------------------------|------------------------------------------------------------------------------------------|\n| [`ErrorType`](./addon_sdk.errortype.md) | Possible error types for when interacting with the Meet Web add-ons SDK throws an error. |\n| [`FrameOpenReason`](./addon_sdk.frameopenreason.md) | The different reasons why the frame was opened: |\n| [`FrameType`](./addon_sdk.frametype.md) | The different places in Meet that the iframed add-on can be running in: |\n\nVariables\n---------\n\n| Name | Description |\n|-------------------------------|---------------------------------------------------------------|\n| [`meet`](./addon_sdk.meet.md) | The main entry point for accessing Meet add-on functionality. |"]]