meet.addons.js के लिए संसाधन की खास जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इंटरफ़ेस
नाम |
ब्यौरा |
ActivityStartingState |
जब कोई व्यक्ति गतिविधि शुरू करने का न्योता स्वीकार करता है, तो ऐड-ऑन की शुरुआती स्थिति. |
AddonCallbacks |
वे सभी कॉलबैक जिनसे ऐड-ऑन अटैच हो सकते हैं. |
AddonSession |
AddonSession इंटरफ़ेस. इसका इस्तेमाल Meet के साथ इंटरैक्ट करने के लिए किया जाता है. |
AddonSessionOptions |
ऐड-ऑन सेशन को वापस पाने के लिए पैरामीटर. |
FrameToFrameMessage |
क्लाइंट से शुरू किया गया मैसेज, जो एक ऐड-ऑन फ़्रेम से दूसरे ऐड-ऑन फ़्रेम पर भेजा जाता है. |
MeetAddon |
Meet ऐड-ऑन की सुविधाओं को ऐक्सेस करने के लिए मुख्य एंट्री पॉइंट. window.meet.addon के तहत, दुनिया भर में उपलब्ध है. |
MeetAddonClient |
वह क्लाइंट ऑब्जेक्ट जिसका इस्तेमाल कोई ऐड-ऑन, Meet वेब के साथ बातचीत करने के लिए करता है. |
MeetAddonError |
Meet के ऐड-ऑन SDK से जनरेट हुई गड़बड़ी का स्ट्रक्चर. |
MeetAddonExport |
टॉप-लेवल के ऐड-ऑन एक्सपोर्ट का स्ट्रक्चर. |
MeetingInfo |
उस मीटिंग के बारे में जानकारी जिसमें ऐड-ऑन चल रहा है. |
MeetMainStageClient |
ऐड-ऑन के मुख्य स्टेज कॉम्पोनेंट के लिए MeetAddonClient . |
MeetSidePanelClient |
ऐड-ऑन के साइड पैनल कॉम्पोनेंट के लिए MeetAddonClient . |
उपनाम टाइप करना
नाम |
ब्यौरा |
ErrorType |
Meet के वेब ऐड-ऑन एसडीके के साथ इंटरैक्ट करते समय, गड़बड़ी के दिखने की संभावित वजहें. |
FrameOpenReason |
फ़्रेम खुलने की अलग-अलग वजहें: |
FrameType |
Meet में, iframe में जोड़े गए ऐड-ऑन इन जगहों पर काम कर सकते हैं: |
वैरिएबल
नाम |
ब्यौरा |
meet |
Meet ऐड-ऑन की सुविधाओं को ऐक्सेस करने के लिए मुख्य एंट्री पॉइंट. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Resource summary for meet.addons.js\n\nInterfaces\n----------\n\n| Name | Description |\n|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [`ActivityStartingState`](./addon_sdk.activitystartingstate.md) | Starting state of the add-on when the participant accepts the invitation to start an activity. |\n| [`AddonCallbacks`](./addon_sdk.addoncallbacks.md) | All of the callbacks that add-ons can attach to. |\n| [`AddonSession`](./addon_sdk.addonsession.md) | The AddonSession interface. Used to interact with Meet. |\n| [`AddonSessionOptions`](./addon_sdk.addonsessionoptions.md) | Parameters to retrieve the add-on session. |\n| [`FrameToFrameMessage`](./addon_sdk.frametoframemessage.md) | A client-initiated message sent from one add-on frame to another. |\n| [`MeetAddon`](./addon_sdk.meetaddon.md) | The main entry point for accessing Meet add-on functionality. Available globally under `window.meet.addon`. |\n| [`MeetAddonClient`](./addon_sdk.meetaddonclient.md) | The client object that an add-on uses to communicate with Meet web. |\n| [`MeetAddonError`](./addon_sdk.meetaddonerror.md) | The structure of an error generated from the Meet add-ons SDK. |\n| [`MeetAddonExport`](./addon_sdk.meetaddonexport.md) | The structure of the top-level add-on export. |\n| [`MeetingInfo`](./addon_sdk.meetinginfo.md) | Information about the meeting in which the add-on is running. |\n| [`MeetMainStageClient`](./addon_sdk.meetmainstageclient.md) | The `MeetAddonClient` for the main stage component of an add-on. |\n| [`MeetSidePanelClient`](./addon_sdk.meetsidepanelclient.md) | The `MeetAddonClient` for the side panel component of an add-on. |\n\nType aliases\n------------\n\n| Name | Description |\n|-----------------------------------------------------|------------------------------------------------------------------------------------------|\n| [`ErrorType`](./addon_sdk.errortype.md) | Possible error types for when interacting with the Meet Web add-ons SDK throws an error. |\n| [`FrameOpenReason`](./addon_sdk.frameopenreason.md) | The different reasons why the frame was opened: |\n| [`FrameType`](./addon_sdk.frametype.md) | The different places in Meet that the iframed add-on can be running in: |\n\nVariables\n---------\n\n| Name | Description |\n|-------------------------------|---------------------------------------------------------------|\n| [`meet`](./addon_sdk.meet.md) | The main entry point for accessing Meet add-on functionality. |"]]