Riepilogo delle risorse per meet.addons.js
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Interfacce
Nome |
Descrizione |
ActivityStartingState |
Stato iniziale del componente aggiuntivo quando il partecipante accetta l'invito ad avviare un'attività. |
AddonCallbacks |
Tutti i call-back a cui i componenti aggiuntivi possono essere collegati. |
AddonSession |
L'interfaccia AddonSession. Utilizzato per interagire con Meet. |
AddonSessionOptions |
Parametri per recuperare la sessione del componente aggiuntivo. |
FrameToFrameMessage |
Un messaggio avviato dal client inviato da un frame del componente aggiuntivo a un altro. |
MeetAddon |
L'entry point principale per accedere alla funzionalità del componente aggiuntivo Meet. Disponibile a livello globale al prezzo di window.meet.addon . |
MeetAddonClient |
L'oggetto client utilizzato da un componente aggiuntivo per comunicare con Meet web. |
MeetAddonError |
La struttura di un errore generato dall'SDK dei componenti aggiuntivi di Meet. |
MeetAddonExport |
La struttura dell'esportazione del componente aggiuntivo di primo livello. |
MeetingInfo |
Informazioni sulla riunione in cui è in esecuzione il componente aggiuntivo. |
MeetMainStageClient |
Il MeetAddonClient per il componente della fase principale di un componente aggiuntivo. |
MeetSidePanelClient |
Il MeetAddonClient per il componente del riquadro laterale di un componente aggiuntivo. |
Alias del tipo
Nome |
Descrizione |
ErrorType |
Possibili tipi di errori quando si interagisce con l'SDK dei componenti aggiuntivi web di Meet. |
FrameOpenReason |
I diversi motivi per cui è stato aperto il frame: |
FrameType |
I diversi punti in cui il componente aggiuntivo in iframe può essere eseguito in Meet: |
Variabili
Nome |
Descrizione |
meet |
L'entry point principale per accedere alla funzionalità del componente aggiuntivo Meet. |
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 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]