Package google.apps.script.type.meet
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
MeetAddOnManifest
字段 |
homepageTrigger |
HomepageExtensionPoint
如果存在,则会覆盖 addOns.common.homepageTrigger 中的配置。
|
web |
Web
有关增强 Meet 网络客户端的插件详情。
|
supportsCollaboration |
bool
该插件是否支持协作或邀请他人参与插件体验。
|
termsUri |
string
指向该插件服务条款的链接(如果有)。
|
Web
字段 |
sidePanelUri (deprecated) |
string
侧边栏 iframe 的 URI。
|
sidePanelUrl |
string
侧边栏 iframe 的网址。
|
mainStageUri (deprecated) |
string
“主舞台”iframe 的 URI。
|
supportsScreenSharing |
bool
该插件是否支持与主舞台共享屏幕。
|
supportsCollaboration (deprecated) |
bool
该插件是否支持协作或邀请他人参与插件体验。此字段现已废弃,请使用 MeetAddOnManifest 中的顶级字段。
|
supportsPopOut |
bool
该插件是否支持弹出到浏览器画中画体验。
|
hostOrigins[] (deprecated) |
string
已废弃的旧版名称。应添加到包含第三方网站的 iFrame 的 frame-src 属性中的源站。请改用 addOnOrigins。
|
addOnOrigins[] |
string
应添加到包含第三方网站的 iFrame 的 frame-src 属性中的源。
|
openState |
State
插件打开时的初始状态。
|
supportsCollaborationHostControls |
bool
协作插件是否支持主持人控件。
|
logoUrl |
string
要为插件显示的徽标的网址。如果未指定,徽标将默认为清单的“通用”部分中的徽标。
|
darkModeLogoUrl |
string
logoUrl 的深色模式版本。
|
displayFlow (deprecated) |
DisplayFlow
该插件在启动时将遵循的显示流程。
|
DisplayFlow
枚举 |
DISPLAY_FLOW_UNSPECIFIED |
未指定显示流程。 |
FOCUS |
插件应在“聚焦”显示流程中启动。 |
AUGMENT |
插件应在“增强”显示流程中启动。 |
州
枚举 |
STATE_UNSPECIFIED |
未为插件指定初始状态。 |
SIDE_PANEL_ONLY |
该插件会打开,但只有侧边栏处于活动状态。 |
MAIN_STAGE_ONLY |
插件打开时,只有主舞台处于活动状态。 |
SIDE_PANEL_AND_MAIN_STAGE |
插件打开后,侧边栏和主屏幕均处于活动状态。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-04-18。
[null,null,["最后更新时间 (UTC):2025-04-18。"],[],[],null,["# Package google.apps.script.type.meet\n\nIndex\n-----\n\n- [MeetAddOnManifest](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.MeetAddOnManifest) (message)\n- [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) (message)\n- [Web.DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) (enum)\n- [Web.State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) (enum)\n\nMeetAddOnManifest\n-----------------\n\nMeet add-on manifest.\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `homepageTrigger` | [HomepageExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type#google.apps.script.type.HomepageExtensionPoint) If present, this overrides the configuration from `addOns.common.homepageTrigger`. |\n| `web` | [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) Details for addons that enhance the Meet web client. |\n| `supportsCollaboration` | `bool` Whether the addon supports collaboration or inviting others into the addon experience. |\n| `termsUri` | `string` A link to the terms of service for the add-on, if any should be shown. |\n\nWeb\n---\n\nDetails for addons that enhance the Meet web client.\n\n| Fields ||\n|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sidePanelUri` **(deprecated)** | `string` | This item is deprecated! The URI for the side panel iframe. |\n| `sidePanelUrl` | `string` The URL for the side panel iframe. |\n| `mainStageUri` **(deprecated)** | `string` | This item is deprecated! The URI for the \"main stage\" iframe. |\n| `supportsScreenSharing` | `bool` Whether the addon supports screen sharing the main stage. |\n| `supportsCollaboration` **(deprecated)** | `bool` | This item is deprecated! Whether the addon supports collaboration or inviting others into the addon experience. This field is deprecated now, please use the top level field in MeetAddOnManifest. |\n| `supportsPopOut` | `bool` Whether the addon supports popping out to a browser PiP experience. |\n| `hostOrigins[]` **(deprecated)** | `string` | This item is deprecated! Deprecated, legacy name. Origins that should be added to the frame-src property of the iframe containing the third party site. Use addOnOrigins instead. |\n| `addOnOrigins[]` | `string` Origins that should be added to the frame-src property of the iframe containing the third party site. |\n| `openState` | [State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) The initial state when the addon is opened. |\n| `supportsCollaborationHostControls` | `bool` Whether the collaboration add-on supports host controls. |\n| `logoUrl` | `string` The URL of the logo to be displayed for the addon. If not specified, the logo defaults to the logo in the common section of the manifest. |\n| `darkModeLogoUrl` | `string` A dark mode version of the logoUrl. |\n| `displayFlow` **(deprecated)** | [DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) | This item is deprecated! The display flow the add-on will follow when launched. |\n\nDisplayFlow\n-----------\n\nEnum for specifying the display flow the add-on will follow when launched\n\n| Enums ||\n|----------------------------|-----------------------------------------------------|\n| `DISPLAY_FLOW_UNSPECIFIED` | Display flow has not been specified. |\n| `FOCUS` | Add-on should launch in the \"focus\" display flow. |\n| `AUGMENT` | Add-on should launch in the \"augment\" display flow. |\n\nState\n-----\n\nEnum for specifying initial addon opening state.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Initial state has not been specified with the addon. |\n| `SIDE_PANEL_ONLY` | The addon opens with only the side panel active. |\n| `MAIN_STAGE_ONLY` | The addon opens with only the main stage active. |\n| `SIDE_PANEL_AND_MAIN_STAGE` | The addon opens with both the side panel and the main stage active. |"]]