インターフェース 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-02-04 UTC。
[null,null,["最終更新日 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."]]],["The `AddonScreenshareInfo` interface defines data needed to transition from screen sharing to an in-meeting add-on. It includes `cloudProjectNumber` for the add-on's Google Cloud project, `mainStageUrl` and `sidePanelUrl` for the add-on's interface, and `additionalData` for initialization. `startActivityOnOpen` dictates whether an activity should start upon opening the add-on, requiring `true` if a main stage URL is given. All URLs must match the domains in the add-on's manifest.\n"]]