Details for addons that enhance the Meet web client.
supportsCollaboration
bool
Whether the addon supports collaboration or inviting others into the addon experience.
termsUri
string
A link to the terms of service for the add-on, if any should be shown.
Web
Details for addons that enhance the Meet web client.
Fields
sidePanelUri (deprecated)
string
The URI for the side panel iframe.
sidePanelUrl
string
The URL for the side panel iframe.
mainStageUri (deprecated)
string
The URI for the "main stage" iframe.
supportsScreenSharing
bool
Whether the addon supports screen sharing the main stage.
supportsCollaboration (deprecated)
bool
Whether the addon supports collaboration or inviting others into the addon experience. This field is deprecated now, please use the top level field in MeetAddOnManifest.
supportsPopOut
bool
Whether the addon supports popping out to a browser PiP experience.
hostOrigins[] (deprecated)
string
Deprecated, legacy name. Origins that should be added to the frame-src property of the iframe containing the third party site. Use addOnOrigins instead.
addOnOrigins[]
string
Origins that should be added to the frame-src property of the iframe containing the third party site.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-18 UTC."],[],[],null,["# Package google.apps.script.type.meet\n\nIndex\n-----\n\n- [MeetAddOnManifest](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.MeetAddOnManifest) (message)\n- [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) (message)\n- [Web.DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) (enum)\n- [Web.State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) (enum)\n\nMeetAddOnManifest\n-----------------\n\nMeet add-on manifest.\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `homepageTrigger` | [HomepageExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type#google.apps.script.type.HomepageExtensionPoint) If present, this overrides the configuration from `addOns.common.homepageTrigger`. |\n| `web` | [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) Details for addons that enhance the Meet web client. |\n| `supportsCollaboration` | `bool` Whether the addon supports collaboration or inviting others into the addon experience. |\n| `termsUri` | `string` A link to the terms of service for the add-on, if any should be shown. |\n\nWeb\n---\n\nDetails for addons that enhance the Meet web client.\n\n| Fields ||\n|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sidePanelUri` **(deprecated)** | `string` | This item is deprecated! The URI for the side panel iframe. |\n| `sidePanelUrl` | `string` The URL for the side panel iframe. |\n| `mainStageUri` **(deprecated)** | `string` | This item is deprecated! The URI for the \"main stage\" iframe. |\n| `supportsScreenSharing` | `bool` Whether the addon supports screen sharing the main stage. |\n| `supportsCollaboration` **(deprecated)** | `bool` | This item is deprecated! Whether the addon supports collaboration or inviting others into the addon experience. This field is deprecated now, please use the top level field in MeetAddOnManifest. |\n| `supportsPopOut` | `bool` Whether the addon supports popping out to a browser PiP experience. |\n| `hostOrigins[]` **(deprecated)** | `string` | This item is deprecated! Deprecated, legacy name. Origins that should be added to the frame-src property of the iframe containing the third party site. Use addOnOrigins instead. |\n| `addOnOrigins[]` | `string` Origins that should be added to the frame-src property of the iframe containing the third party site. |\n| `openState` | [State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) The initial state when the addon is opened. |\n| `supportsCollaborationHostControls` | `bool` Whether the collaboration add-on supports host controls. |\n| `logoUrl` | `string` The URL of the logo to be displayed for the addon. If not specified, the logo defaults to the logo in the common section of the manifest. |\n| `darkModeLogoUrl` | `string` A dark mode version of the logoUrl. |\n| `displayFlow` **(deprecated)** | [DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) | This item is deprecated! The display flow the add-on will follow when launched. |\n\nDisplayFlow\n-----------\n\nEnum for specifying the display flow the add-on will follow when launched\n\n| Enums ||\n|----------------------------|-----------------------------------------------------|\n| `DISPLAY_FLOW_UNSPECIFIED` | Display flow has not been specified. |\n| `FOCUS` | Add-on should launch in the \"focus\" display flow. |\n| `AUGMENT` | Add-on should launch in the \"augment\" display flow. |\n\nState\n-----\n\nEnum for specifying initial addon opening state.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Initial state has not been specified with the addon. |\n| `SIDE_PANEL_ONLY` | The addon opens with only the side panel active. |\n| `MAIN_STAGE_ONLY` | The addon opens with only the main stage active. |\n| `SIDE_PANEL_AND_MAIN_STAGE` | The addon opens with both the side panel and the main stage active. |"]]