REST Resource: conferenceRecords
Zasób: ConferenceRecord
Pojedyncza instancja spotkania organizowanego w pokoju.
Zapis JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
Pola |
name |
string
Identyfikator. Nazwa zasobu rekordu konferencji. Format: conferenceRecords/{conferenceRecord} , gdzie {conferenceRecord} to unikalny identyfikator każdego wystąpienia wywołania w pokoju.
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia rozmowy wideo. Zawsze ustawiona.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia rozmowy wideo. Ustaw dla wcześniejszych konferencji. Niezaznaczone, jeśli konferencja wciąż trwa.
|
expireTime |
string (Timestamp format)
Tylko dane wyjściowe. Czas wygaśnięcia wymuszany przez serwer, gdy zasób rekordu rozmowy wideo zostanie usunięty. Zasób jest usuwany 30 dni po zakończeniu rozmowy wideo.
|
space |
string
Tylko dane wyjściowe. Miejsce, w którym odbyła się konferencja.
|
Metody |
|
Pobiera rekord konferencji według identyfikatora rozmowy. |
|
Wyświetla listę rekordów 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-09-10 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-10 UTC."],[[["A ConferenceRecord represents a single meeting instance within a space and includes details like name, start and end times, and the space it was held in."],["ConferenceRecord data is structured in JSON format with fields for identifier, timestamps, and space information."],["You can retrieve specific conference records using the `get` method or list all conference records using the `list` method."],["Each ConferenceRecord has a unique identifier and is automatically deleted 30 days after the conference ends."]]],[]]