ব্যবহারকারী যিনি একটি সম্মেলনে যোগদান করেছেন বা অংশগ্রহণ করছেন।
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}
একজন সাইন-ইন করা ব্যবহারকারী হতে পারে: ক) একজন ব্যক্তি ব্যক্তিগত কম্পিউটার, মোবাইল ডিভাইস বা সহচর মোড থেকে যোগদান করছেন। খ) কনফারেন্স রুম ডিভাইস দ্বারা ব্যবহৃত একটি রোবট অ্যাকাউন্ট।
JSON প্রতিনিধিত্ব
{"user": string,"displayName": string}
ক্ষেত্র
user
string
শুধুমাত্র আউটপুট। ব্যবহারকারীর জন্য অনন্য আইডি। অ্যাডমিন SDK API এবং People API এর সাথে ইন্টারঅপারেবল। বিন্যাস: users/{user}
displayName
string
শুধুমাত্র আউটপুট। একটি ব্যক্তিগত ডিভাইসের জন্য, এটি ব্যবহারকারীর প্রথম নাম এবং পদবি। একটি রোবট অ্যাকাউন্টের জন্য, এটি অ্যাডমিনিস্ট্রেটর-নির্দিষ্ট ডিভাইসের নাম। উদাহরণস্বরূপ, "অল্টোস্ট্র্যাট রুম"।
বেনামী ব্যবহারকারী
যে ব্যবহারকারী বেনামে যোগদান করেন (অর্থাৎ Google অ্যাকাউন্টে সাইন ইন করেননি)।
JSON প্রতিনিধিত্ব
{"displayName": string}
ক্ষেত্র
displayName
string
শুধুমাত্র আউটপুট। বেনামে একটি কনফারেন্সে যোগদান করার সময় ব্যবহারকারীর দেওয়া নাম।
ফোন ব্যবহারকারী
ব্যবহারকারী একটি ফোন থেকে ডায়াল করছেন যেখানে ব্যবহারকারীর পরিচয় অজানা কারণ তারা একটি Google অ্যাকাউন্ট দিয়ে সাইন ইন করেনি৷
JSON প্রতিনিধিত্ব
{"displayName": string}
ক্ষেত্র
displayName
string
শুধুমাত্র আউটপুট। কল করার সময় ব্যবহারকারীর ফোন নম্বর আংশিকভাবে সংশোধন করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["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. |"]]