方法签名 MeetMainStageClient.unloadSidePanel
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
关闭侧边栏 iframe。请注意,系统不会保留侧边栏插件的状态
调用该方法时,在 Meet 中显示。如果侧边栏 iframe 已打开
例如,调用
loadSidePanel
、
侧边栏的 iframe 来源网址已设为
插件清单。
插件负责在插件后端中保留任何插件状态
然后再调用此方法。
签名
unloadSidePanel(): Promise<void>;
详细信息
返回
Promise<void>
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Method signature MeetMainStageClient.unloadSidePanel\n\nCloses the side panel iframe. Note that side panel add-on state isn't retained\nwithin Meet when the method is called. If the side panel iframe is opened\nagain, for instance using a call to\n[`loadSidePanel`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetmainstageclient.loadsidepanel),\nthe side panel iframe source URL is set to its original value from the\n[add-on manifest](/workspace/meet/add-ons/guides/deploy-add-on#manifest).\nIt's up to the add-on to persist any add-on state in the add-on backend\nbefore this method is called.\n\nSignature\n---------\n\n unloadSidePanel(): Promise\u003cvoid\u003e;\n\nDetails\n-------\n\n| Optional | No |\n|----------|----|\n\nReturns\n-------\n\n`Promise\u003cvoid\u003e`"]]