REST Resource: conferenceRecords.participants.participantSessions
संसाधन: Partysession
जब कोई उपयोगकर्ता किसी डिवाइस से कॉन्फ़्रेंस में शामिल होता है, तो हर यूनीक जॉइन या सेशन को छोड़ा जाता है. ध्यान दें कि जब भी कोई उपयोगकर्ता कॉन्फ़्रेंस में शामिल होता है, तो एक नया यूनीक आईडी असाइन किया जाता है. इसका मतलब है कि अगर कोई उपयोगकर्ता एक ही डिवाइस से कई बार स्पेस में शामिल होता है, तो उसे अलग-अलग आईडी असाइन किए जाते हैं. साथ ही, इन सेशन को मीटिंग में हिस्सा लेने वाले अलग-अलग सेशन के तौर पर भी माना जाता है.
JSON के काेड में दिखाना |
{
"name": string,
"startTime": string,
"endTime": string
} |
फ़ील्ड |
name |
string
आइडेंटिफ़ायर. सेशन का आईडी.
|
startTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता का सेशन शुरू होने का टाइमस्टैंप.
|
endTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता सेशन के खत्म होने का टाइमस्टैंप. अगर उपयोगकर्ता सेशन खत्म न हुआ हो, तो इसे अनसेट करें.
|
तरीके |
|
मीटिंग में हिस्सा लेने वाले लोगों के सेशन की जानकारी, उस व्यक्ति के सेशन आईडी के हिसाब से दिखाता है. |
|
यह डायलॉग बॉक्स कॉन्फ़्रेंस रिकॉर्ड में, मीटिंग में हिस्सा लेने वाले किसी व्यक्ति के सेशन की जानकारी देता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["A ParticipantSession represents a single instance of a user joining or leaving a conference, with each session assigned a unique ID, even if the user rejoins from the same device."],["ParticipantSession data includes the session ID (`name`), start time (`startTime`), and end time (`endTime`) of the session, formatted as Timestamps."],["Google Meet API provides methods to retrieve a specific participant session or list all sessions for a participant within a conference record."]]],["ParticipantSession represents each unique user join/leave of a conference from a device, assigning a new ID per join. Each session has a `name` (session ID), `startTime`, and `endTime` (if ended). The available methods are `get`, which retrieves a session by ID, and `list`, which lists all sessions for a participant within a conference record. The data is structured in JSON, and the timestamps use a specific format.\n"]]