मेथड सिग्नेचर MeetMainStageClient.unloadSidePanel
साइड पैनल के iframe को बंद करता है. ध्यान दें कि इस तरीके का इस्तेमाल करने पर, Meet में साइड पैनल के ऐड-ऑन का स्टेटस सेव नहीं रहता. अगर साइड पैनल iframe खोला गया है
फिर से, उदाहरण के लिए अपने खाते पर
loadSidePanel
,
साइड पैनल में मौजूद iframe सोर्स यूआरएल,
ऐड-ऑन मेनिफ़ेस्ट.
ऐड-ऑन बैकएंड में किसी भी ऐड-ऑन स्थिति को बनाए रखने के लिए यह ऐड-ऑन पर निर्भर करता है
कॉल करने से पहले ध्यान दें.
हस्ताक्षर
unloadSidePanel(): Promise<void>;
विवरण
रिटर्न
Promise<void>
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया."],[[["Calling `unloadSidePanel` closes the side panel in Google Meet, but any add-on-specific data within the side panel is not saved."],["Reopening the side panel using `loadSidePanel` will revert the side panel's content back to its original state defined in the add-on manifest."],["Add-ons should save any necessary data to their backend before `unloadSidePanel` is called to ensure data persistence."],["`unloadSidePanel` returns a `Promise` that resolves when the side panel has been successfully closed."]]],[]]