REST Resource: conferenceRecords.participants.participantSessions
Zasób: Member Session
Odnosi się do każdej niepowtarzalnej sesji dołączania lub opuszczania, gdy użytkownik dołącza do rozmowy wideo z urządzenia. Za każdym razem, gdy użytkownik dołączy do konferencji, zostanie przypisany nowy unikalny identyfikator. Oznacza to, że jeśli użytkownik kilka razy dołączy do pokoju z tego samego urządzenia, otrzyma inne identyfikatory i będzie traktowany jak różne sesje uczestników.
Zapis JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
Pola |
name |
string
Identyfikator. Identyfikator sesji.
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia sesji użytkownika.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia sesji użytkownika. Nieskonfigurowana, jeśli sesja użytkownika jeszcze się nie zakończyła.
|
Metody |
|
Pobiera sesję uczestnika na podstawie identyfikatora sesji uczestnika. |
|
Wyświetla sesje uczestnika w rekordzie konferencji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]