Resource summary for meet.addons.js
Interfaces
Name |
Description |
ActivityStartingState |
Starting state of the add-on when the participant accepts the invitation to start an activity. |
AddonCallbacks |
All of the callbacks that add-ons can attach to. |
AddonSession |
The AddonSession interface. Used to interact with Meet. |
AddonSessionOptions |
Parameters to retrieve the add-on session. |
FrameToFrameMessage |
A client-initiated message sent from one add-on frame to another. |
MeetAddon |
The main entry point for accessing Meet Add-on functionality. Available globally under window.meet.addon . |
MeetAddonClient |
The client object that an add-on uses to communicate with Meet web. |
MeetAddonError |
The structure of an error generated from the Meet Add-ons SDK. |
MeetAddonExport |
The structure of the top-level Add-on export. |
MeetingInfo |
Information about the meeting in which the add-on is running. |
MeetMainStageClient |
The MeetAddonClient for the main stage component of an add-on. |
MeetSidePanelClient |
The MeetAddonClient for the side panel component of an add-on. |
Type aliases
Name |
Description |
ErrorType |
Possible error types for when interacting with the Meet Web Add-ons SDK throws an error. |
FrameOpenReason |
The different reasons why the frame was opened: |
FrameType |
The different places in Meet that the iframed add-on can be running in: |
Variables
Name |
Description |
meet |
The main entry point for accessing Meet add-on functionality. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-07 UTC.
[null,null,["Last updated 2024-10-07 UTC."],[[["The Meet Add-on SDK provides interfaces, type aliases, and variables for building Google Meet add-ons."],["`MeetAddon` is the main entry point for accessing add-on functionality, available globally under `window.meet.addon`."],["Add-ons can interact with Meet using the `AddonSession` interface and utilize various clients like `MeetMainStageClient` and `MeetSidePanelClient`."],["Developers can handle errors using `MeetAddonError` and leverage types like `ErrorType` and `FrameType` for specific functionalities."],["The SDK offers comprehensive tools and information for building integrated and interactive experiences within Google Meet."]]],[]]