REST Resource: conferenceRecords.participants.participantSessions
משאב: משתתף בסשן
מתייחס לכל סשן הצטרפות או עזיבה ייחודיים כשמשתמש מצטרף לשיחת ועידה ממכשיר. הערה: בכל פעם שמשתמש מצטרף לשיחת הוועידה, מוקצה מזהה ייחודי חדש. כלומר, אם משתמש מצטרף למרחב כמה פעמים מאותו מכשיר, המערכת מקצה לו מזהים שונים וגם נחשבת כסשנים שונים של משתתפים.
ייצוג JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
שדות |
name |
string
מזהה. מזהה הסשן.
|
startTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן של תחילת הסשן של המשתמש.
|
endTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן של סיום הסשן של המשתמש. המדיניות מתבטלת אם הסשן של המשתמש עדיין לא הסתיים.
|
שיטות |
|
קבלת סשן של משתתף לפי מזהה הסשן. |
|
בתיבת הדו שיח הזו מפורטים הפעילויות של המשתתפים ברשומת שיחת ועידה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-29 (שעון UTC)."],[[["A ParticipantSession represents a single instance of a user joining or leaving a conference, with each session assigned a unique ID, even if the user rejoins from the same device."],["ParticipantSession data includes the session ID (`name`), start time (`startTime`), and end time (`endTime`) of the session, formatted as Timestamps."],["Google Meet API provides methods to retrieve a specific participant session or list all sessions for a participant within a conference record."]]],["ParticipantSession represents each unique user join/leave of a conference from a device, assigning a new ID per join. Each session has a `name` (session ID), `startTime`, and `endTime` (if ended). The available methods are `get`, which retrieves a session by ID, and `list`, which lists all sessions for a participant within a conference record. The data is structured in JSON, and the timestamps use a specific format.\n"]]