मीटिंग की जानकारी पाएं
इस पेज पर, मीटिंग की जानकारी वापस पाने का तरीका बताया गया है.
मीटिंग की जानकारी पाना
किसी मीटिंग के बारे में जानकारी पाने के लिए, MeetAddonClient
ऑब्जेक्ट पर getMeetingInfo()
तरीके का इस्तेमाल करें.
यह तरीका, MeetingInfo
ऑब्जेक्ट का एक इंस्टेंस दिखाता है. इसमें उस मीटिंग की जानकारी होती है जिसमें ऐड-ऑन चल रहा है. इसमें, चल रही मीटिंग की meetingId
प्रॉपर्टी शामिल होती है. इसका इस्तेमाल, Google Meet REST API का इस्तेमाल करके, मीटिंग की जानकारी पाने के लिए किया जा सकता है. मीटिंग स्पेस का आईडी, दुनिया भर में इस्तेमाल होने वाला यूनीक आइडेंटिफ़ायर होता है. इसके अलावा, MeetingInfo
ऑब्जेक्ट में, चल रही मीटिंग का meetingCode
भी शामिल होता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-21 (UTC) को अपडेट किया गया."],[[["Use the `getMeetingInfo()` method of the `MeetAddonClient` object to retrieve details about a meeting."],["The method returns a `MeetingInfo` object containing meeting details, including `meetingId` and `meetingCode`."],["You can use the `meetingId` with the Google Meet REST API to retrieve further information."],["The `meetingId` is a globally unique identifier for the meeting space, while `meetingCode` represents the meeting's code."]]],["The core action is using the `getMeetingInfo()` method of the `MeetAddonClient` object to access meeting details. This method returns a `MeetingInfo` object containing the `meetingId`, a globally unique identifier, that allows retrieval of more meeting information via the Google Meet REST API. The `MeetingInfo` object also includes the ongoing meeting's `meetingCode`.\n"]]