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.