Interface AddonScreenshareInfo
Information about the add-on that should be used when a user transitions from
screen sharing to an in-meeting add-on experience.
Signature
interface AddonScreenshareInfo
Property signatures
Name |
Description |
additionalData |
Data supplied by the third-party that the add-on can use to initialize itself |
cloudProjectNumber |
The Google Cloud project number of the add-on that Meet should start when transitioning from screen sharing to the Meet add-on. |
mainStageUrl |
The URL that the main stage opens after the add-on starts. Must belong to the same domain as the URLs specified in the add-on manifest. |
sidePanelUrl |
The URL that the side panel opens after the add-on starts. Must belong to the same domain as the URLs specified in the add-on manifest. |
startActivityOnOpen |
Whether to start an activity when the add-on is opened. If a mainstage URL is provided, must be true. |
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 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["`AddonScreenshareInfo` interface provides data for transitioning from screen sharing to an in-meeting add-on."],["It includes URLs for the main stage and side panel that the add-on should open, belonging to the add-on's domain."],["The Google Cloud project number of the add-on is provided to facilitate starting the add-on."],["Additional data can be included to help the add-on initialize itself for a smooth transition."],["The `startActivityOnOpen` property determines if an activity should start upon opening the add-on and is required to be true if a main stage URL is provided."]]],[]]