AddonScreenshareInfo 介面
使用者從螢幕分享轉換至會議內外掛程式體驗時,應使用的外掛程式相關資訊。
簽名
interface AddonScreenshareInfo
屬性簽名
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-04 (世界標準時間)。
[null,null,["上次更新時間:2025-02-04 (世界標準時間)。"],[[["`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"]]