Meet के iframe में चल रहे ऐड-ऑन को बंद करने के लिए, सभी iframe को अनलोड करें. साथ ही, अगर साइड पैनल खुला है, तो उसे भी बंद करें. किसी चल रही गतिविधि के दौरान, इसे कॉल करने से कोई असर नहीं पड़ेगा. (MeetAddonClient से इनहेरिट किया गया)
किसी चल रही गतिविधि को खत्म करता है. यह तब काम नहीं करेगा, जब: - कोई गतिविधि जारी न हो. - उपयोगकर्ता ने गतिविधि शुरू नहीं की है. (MeetAddonClient से इनहेरिट की गई)
साइड पैनल ऐड-ऑन iframe से मुख्य स्टेज ऐड-ऑन iframe पर मैसेज भेजता है. मुख्य स्टेज iframe में चल रहा ऐड-ऑन, frameToFrameMessage ऐड-ऑन कॉलबैक का इस्तेमाल करके इस मैसेज पर प्रतिक्रिया दे सकता है (AddonCallbacks देखें). इस स्ट्रिंग की लंबाई 1,000,000 वर्णों से कम होनी चाहिए.
ऐड-ऑन की शुरुआती स्थिति की जानकारी सेट या अपडेट करता है. इस जानकारी का इस्तेमाल, गतिविधि में शामिल होने का न्योता स्वीकार करने पर किया जाता है. (MeetAddonClient से इनहेरिट किया गया)
एक गतिविधि शुरू करता है. यह तय की गई शुरुआती स्थिति के हिसाब से होता है कि रिकॉर्डिंग शुरू करने वाला व्यक्ति और मीटिंग में शामिल लोग, गतिविधि के दौरान इन फ़्रेम का इस्तेमाल कर सकते हैं. (MeetAddonClient से इनहेरिट किया गया)
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-06 (UTC) को अपडेट किया गया."],[[["`MeetSidePanelClient` provides methods for managing a Google Meet add-on's side panel component, inheriting functionality from `MeetAddonClient`."],["It enables communication between the side panel and main stage add-on iframes using `notifyMainStage`."],["Developers can leverage inherited methods for controlling add-on activities and retrieving meeting information."],["All other functionalities, including closing the add-on, managing activities, and getting meeting details, are inherited from `MeetAddonClient`."]]],["The `MeetSidePanelClient` interface allows interaction with a side panel add-on in Google Meet. It provides methods to `closeAddon()`, `endActivity()`, and `startActivity()`. It also manages the initial state of an activity using `getActivityStartingState()` and `setActivityStartingState()`. The client can get the `getFrameOpenReason()` and `getMeetingInfo()`, and `notifyMainStage()` that sends a message to the main stage. The `on()` method provides access to add-on callbacks.\n"]]