REST Resource: conferenceRecords.participants
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: मीटिंग में हिस्सा लेने वाला व्यक्ति
वह उपयोगकर्ता जो किसी कॉन्फ़्रेंस में शामिल हुआ है या शामिल होने वाला है.
JSON के काेड में दिखाना |
{
"name": string,
"earliestStartTime": string,
"latestEndTime": string,
// Union field user can be only one of the following:
"signedinUser": {
object (SignedinUser )
},
"anonymousUser": {
object (AnonymousUser )
},
"phoneUser": {
object (PhoneUser )
}
// End of list of possible types for union field user .
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले व्यक्ति के संसाधन का नाम. फ़ॉर्मैट: conferenceRecords/{conferenceRecord}/participants/{participant}
|
earliestStartTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले व्यक्ति के शामिल होने का समय.
|
latestEndTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले व्यक्ति के आखिरी बार मीटिंग छोड़ने का समय. अगर मीटिंग चालू है, तो यह वैल्यू शून्य हो सकती है.
|
यूनियन फ़ील्ड user . user इनमें से कोई एक हो सकता है:
|
signedinUser |
object (SignedinUser )
साइन इन किया हुआ उपयोगकर्ता.
|
anonymousUser |
object (AnonymousUser )
पहचान छिपाने वाला उपयोगकर्ता.
|
phoneUser |
object (PhoneUser )
उपयोगकर्ता अपने फ़ोन से कॉल कर रहा है.
|
SignedinUser
साइन इन करने वाला उपयोगकर्ता, इनमें से कोई हो सकता है: a) निजी कंप्यूटर, मोबाइल डिवाइस या साथी मोड से शामिल होने वाला व्यक्ति. b) कॉन्फ़्रेंस रूम के डिवाइसों का इस्तेमाल करने वाला रोबोट खाता.
JSON के काेड में दिखाना |
{
"user": string,
"displayName": string
} |
फ़ील्ड |
user |
string
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता के लिए यूनीक आईडी. Admin SDK API और People API के साथ काम करता है. फ़ॉर्मैट: users/{user}
|
displayName |
string
सिर्फ़ आउटपुट के लिए. निजी डिवाइस के लिए, यह उपयोगकर्ता का नाम और सरनेम होता है. रोबोट खाते के लिए, यह डिवाइस का वह नाम होता है जो एडमिन ने तय किया है. उदाहरण के लिए, "Altostrat Room".
|
AnonymousUser
ऐसा उपयोगकर्ता जो अपनी पहचान छिपाकर मीटिंग में शामिल होता है. इसका मतलब है कि उसने Google खाते में साइन इन नहीं किया है.
JSON के काेड में दिखाना |
{
"displayName": string
} |
फ़ील्ड |
displayName |
string
सिर्फ़ आउटपुट के लिए. जब कोई उपयोगकर्ता बिना नाम के मीटिंग में शामिल होता है, तब वह जो नाम डालता है.
|
PhoneUser
उपयोगकर्ता ने किसी ऐसे फ़ोन से डायल इन किया है जिस पर उसने Google खाते से साइन इन नहीं किया है. इसलिए, उसकी पहचान की पुष्टि नहीं की जा सकती.
JSON के काेड में दिखाना |
{
"displayName": string
} |
फ़ील्ड |
displayName |
string
सिर्फ़ आउटपुट के लिए. कॉल करते समय, उपयोगकर्ता का फ़ोन नंबर कुछ हद तक छिपाया गया हो.
|
तरीके |
|
मीटिंग में हिस्सा लेने वाले व्यक्ति का आईडी. |
|
कॉन्फ़्रेंस रिकॉर्ड में शामिल लोगों की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\n\n- [Resource: Participant](#Participant)\n - [JSON representation](#Participant.SCHEMA_REPRESENTATION)\n- [SignedinUser](#SignedinUser)\n - [JSON representation](#SignedinUser.SCHEMA_REPRESENTATION)\n- [AnonymousUser](#AnonymousUser)\n - [JSON representation](#AnonymousUser.SCHEMA_REPRESENTATION)\n- [PhoneUser](#PhoneUser)\n - [JSON representation](#PhoneUser.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Participant\n---------------------\n\nUser who attended or is attending a conference.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"earliestStartTime\": string, \"latestEndTime\": string, // Union field `user` can be only one of the following: \"signedinUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser) }, \"anonymousUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser) }, \"phoneUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser) } // End of list of possible types for union field `user`. } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| `earliestStartTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant first joined the meeting. |\n| `latestEndTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting. |\n| Union field `user`. `user` can be only one of the following: ||\n| `signedinUser` | `object (`[SignedinUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser)`)` Signed-in user. |\n| `anonymousUser` | `object (`[AnonymousUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser)`)` Anonymous user. |\n| `phoneUser` | `object (`[PhoneUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser)`)` User calling from their phone. |\n\nSignedinUser\n------------\n\nA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"user\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `user` | `string` Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}` |\n| `displayName` | `string` Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\". |\n\nAnonymousUser\n-------------\n\nUser who joins anonymously (meaning not signed into a Google Account).\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. User provided name when they join a conference anonymously. |\n\nPhoneUser\n---------\n\nUser dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------|\n| `displayName` | `string` Output only. Partially redacted user's phone number when calling. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | Gets a participant by participant ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | Lists the participants in a conference record. |"]]