REST Resource: conferenceRecords.participants.participantSessions
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिसॉर्स: ParticipantSession
जब कोई उपयोगकर्ता किसी डिवाइस से मीटिंग में शामिल होता है या मीटिंग छोड़ता है, तो उससे जुड़े हर यूनीक सेशन को दिखाता है. ध्यान दें कि जब भी कोई उपयोगकर्ता मीटिंग में शामिल होता है, तो उसे एक नया यूनीक आईडी असाइन किया जाता है. इसका मतलब है कि अगर कोई उपयोगकर्ता एक ही डिवाइस से स्पेस में कई बार शामिल होता है, तो उसे अलग-अलग आईडी असाइन किए जाते हैं. साथ ही, उसे स्पेस में शामिल लोगों के अलग-अलग सेशन के तौर पर भी गिना जाता है.
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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# REST Resource: conferenceRecords.participants.participantSessions\n\n- [Resource: ParticipantSession](#ParticipantSession)\n - [JSON representation](#ParticipantSession.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ParticipantSession\n----------------------------\n\nRefers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"name\": string, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Session id. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the user session starts. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the user session ends. Unset if the user session hasn't ended. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/get) | Gets a participant session by participant session ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/list) | Lists the participant sessions of a participant in a conference record. |"]]