AddonScreenshareInfo 接口
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
有关在用户从屏幕共享切换到会议内插件体验时应使用的插件的信息。
签名
interface AddonScreenshareInfo
属性签名
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]