REST Resource: conferenceRecords.participants.participantSessions
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: ParticipantSession
Odnosi się do każdej sesji dołączania lub opuszczania, gdy użytkownik dołącza do konferencji z urządzenia. Pamiętaj, że za każdym razem, gdy użytkownik dołącza do konferencji, przypisany zostaje nowy, unikalny identyfikator. Oznacza to, że jeśli użytkownik dołącza do pokoju kilka razy z tego samego urządzenia, przypisujemy mu różne identyfikatory i traktujemy jako 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. Znak czasu rozpoczęcia sesji użytkownika.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Znak czasowy oznaczający koniec sesji użytkownika. Odznacz, jeśli sesja użytkownika nie została zakończona.
|
Metody |
|
Pobiera sesję uczestnika według identyfikatora sesji uczestnika. |
|
Lista sesji uczestników 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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]