Index
MeetAddOnManifest
(message)Web
(message)Web.DisplayFlow
(enum)Web.State
(enum)
MeetAddOnManifest
Meet add-on manifest.
Fields | |
---|---|
homepageTrigger |
If present, this overrides the configuration from |
web |
Details for addons that enhance the Meet web client. |
supportsCollaboration |
Whether the addon supports collaboration or inviting others into the addon experience. |
termsUri |
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 |
The URI for the side panel iframe. |
sidePanelUrl |
The URL for the side panel iframe. |
mainStageUri |
The URI for the "main stage" iframe. |
supportsScreenSharing |
Whether the addon supports screen sharing the main stage. |
supportsCollaboration |
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 |
Whether the addon supports popping out to a browser PiP experience. |
hostOrigins[] |
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[] |
Origins that should be added to the frame-src property of the iframe containing the third party site. |
openState |
The initial state when the addon is opened. |
supportsCollaborationHostControls |
Whether the collaboration add-on supports host controls. |
logoUrl |
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. |
darkModeLogoUrl |
A dark mode version of the logoUrl. |
displayFlow |
The display flow the add-on will follow when launched. |
DisplayFlow
Enum for specifying the display flow the add-on will follow when launched
Enums | |
---|---|
DISPLAY_FLOW_UNSPECIFIED |
Display flow has not been specified. |
FOCUS |
Add-on should launch in the "focus" display flow. |
AUGMENT |
Add-on should launch in the "augment" display flow. |
State
Enum for specifying initial addon opening state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Initial state has not been specified with the addon. |
SIDE_PANEL_ONLY |
The addon opens with only the side panel active. |
MAIN_STAGE_ONLY |
The addon opens with only the main stage active. |
SIDE_PANEL_AND_MAIN_STAGE |
The addon opens with both the side panel and the main stage active. |