インターフェース AddonScreenshareInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザーが画面共有から会議内アドオン エクスペリエンスに移行する際に使用するアドオンに関する情報。
署名
interface AddonScreenshareInfo
プロパティの署名
名前 |
説明 |
additionalData |
アドオンが自己初期化に使用できるサードパーティから提供されたデータ |
cloudProjectNumber |
画面共有から Meet アドオンに移行するときに Meet が開始するアドオンの Google Cloud プロジェクト番号。 |
mainStageUrl |
アドオンの開始後にメインステージが開く URL。アドオン マニフェストで指定された URL と同じドメインに属している必要があります。 |
sidePanelUrl |
アドオンの起動後にサイドパネルが開く URL。アドオン マニフェストで指定された URL と同じドメインに属している必要があります。 |
startActivityOnOpen |
アドオンが開かれたときにアクティビティを開始するかどうか。Mainstage の URL を指定する場合は true にする必要があります。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Interface AddonScreenshareInfo\n\nInformation about the add-on that should be used when a user transitions from\nscreen sharing to an in-meeting add-on experience.\n\nSignature\n---------\n\n interface AddonScreenshareInfo\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [`additionalData`](./screenshare_api.addonscreenshareinfo.additionaldata.md) | Data supplied by the third-party that the add-on can use to initialize itself |\n| [`cloudProjectNumber`](./screenshare_api.addonscreenshareinfo.cloudprojectnumber.md) | The Google Cloud project number of the add-on that Meet should start when transitioning from screen sharing to the Meet add-on. |\n| [`mainStageUrl`](./screenshare_api.addonscreenshareinfo.mainstageurl.md) | 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. |\n| [`sidePanelUrl`](./screenshare_api.addonscreenshareinfo.sidepanelurl.md) | 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. |\n| [`startActivityOnOpen`](./screenshare_api.addonscreenshareinfo.startactivityonopen.md) | Whether to start an activity when the add-on is opened. If a mainstage URL is provided, must be true. |"]]