REST Resource: conferenceRecords.participants.participantSessions
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: ParticipantSession
התייחסות לכל סשן הצטרפות או עזיבה ייחודי כשמשתמש מצטרף לפגישה ממכשיר. חשוב לזכור: בכל פעם שמשתמש מצטרף לפגישה, מוקצה לו מזהה ייחודי חדש. כלומר, אם משתמש מצטרף למרחב משותף כמה פעמים מאותו מכשיר, יוקצו לו מזהים שונים, והמערכת תתייחס אליו גם כאל סשנים שונים של משתתפים.
ייצוג ב-JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
שדות |
name |
string
מזהה. מזהה הסשן.
|
startTime |
string (Timestamp format)
פלט בלבד. חותמת זמן של תחילת הסשן של המשתמש.
|
endTime |
string (Timestamp format)
פלט בלבד. חותמת זמן של סיום הסשן של המשתמש. לא מגדירים אם סשן המשתמש לא הסתיים.
|
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.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. |"]]