Stay organized with collections
Save and categorize content based on your preferences.
Closes the side panel iframe. Note that side panel add-on state isn't retained
within Meet when the method is called. If the side panel iframe is opened
again, for instance using a call to
loadSidePanel,
the side panel iframe source URL is set to its original value from the
add-on manifest.
It's up to the add-on to persist any add-on state in the add-on backend
before this method is called.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],[],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`"]]