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)
פלט בלבד. השעה שבה המשתתף עזב את הפגישה בפעם האחרונה. הערך בשדה הזה יכול להיות null אם מדובר בפגישה פעילה.
|
שדה האיחוד user . הערך של user יכול להיות רק אחת מהאפשרויות הבאות: |
signedinUser |
object (SignedinUser )
משתמש שמחובר לחשבון.
|
anonymousUser |
object (AnonymousUser )
משתמש אנונימי.
|
phoneUser |
object (PhoneUser )
משתמש שמתקשר מהטלפון שלו.
|
SignedinUser
משתמש שמחובר לחשבון יכול להיות: א) אדם שמצטרף ממחשב אישי, ממכשיר נייד או דרך מצב 'חברים'. ב) חשבון רובוט שמכשירים של חדרי ישיבות משתמשים בו.
ייצוג ב-JSON |
{
"user": string,
"displayName": string
} |
שדות |
user |
string
פלט בלבד. מזהה ייחודי של המשתמש. יכולת פעולה הדדית עם Admin SDK API ו-People API. פורמט: users/{user}
|
displayName |
string
פלט בלבד. במכשיר אישי, השם הוא השם הפרטי ושם המשפחה של המשתמש. בחשבון של רובוט, זהו שם המכשיר שצוין על ידי האדמין. לדוגמה, 'חדר Altostrat'.
|
AnonymousUser
משתמש שמצטרף באופן אנונימי (כלומר לא מחוברים לחשבון Google).
ייצוג ב-JSON |
{
"displayName": string
} |
שדות |
displayName |
string
פלט בלבד. השם שסיפק המשתמש כשהצטרף לפגישה בעילום שם.
|
PhoneUser
משתמש שמצליב בטלפון שבו הזהות שלו לא ידועה כי הוא לא נכנס לחשבון Google.
ייצוג ב-JSON |
{
"displayName": string
} |
שדות |
displayName |
string
פלט בלבד. מספר הטלפון של המשתמש יצונזר חלקית במהלך השיחה.
|
Methods |
|
אחזור משתתף לפי מזהה המשתתף. |
|
הצגת רשימת המשתתפים בתיעוד של שיחת ועידה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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. |"]]