REST Resource: conferenceRecords.recordings
Resource: Merekam
Metadata tentang rekaman yang dibuat selama konferensi.
Representasi JSON |
{
"name": string,
"state": enum (State ),
"startTime": string,
"endTime": string,
// Union field destination can be only one of the following:
"driveDestination": {
object (DriveDestination )
}
// End of list of possible types for union field destination .
} |
Kolom |
name |
string
Hanya output. Nama resource rekaman. Format: conferenceRecords/{conferenceRecord}/recordings/{recording} dengan {recording} adalah pemetaan 1:1 untuk setiap sesi rekaman unik selama konferensi.
|
state |
enum (State )
Hanya output. Status saat ini.
|
startTime |
string (Timestamp format)
Hanya output. Stempel waktu saat perekaman dimulai.
|
endTime |
string (Timestamp format)
Hanya output. Stempel waktu saat perekaman berakhir.
|
Kolom union destination . destination hanya dapat berupa salah satu dari yang berikut:
|
driveDestination |
object (DriveDestination )
Hanya output. Rekaman disimpan ke Google Drive sebagai file MP4. driveDestination berisi fileId Drive yang dapat digunakan untuk mendownload file menggunakan metode files.get dari Drive API.
|
DriveDestination
Lokasi ekspor tempat file rekaman disimpan di Google Drive.
Representasi JSON |
{
"file": string,
"exportUri": string
} |
Kolom |
file |
string
Hanya output. fileId untuk file MP4 yang mendasarinya. Misalnya, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Gunakan $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media untuk mendownload blob. Untuk informasi selengkapnya, lihat https://developers.google.com/drive/api/v3/reference/files/get.
|
exportUri |
string
Hanya output. Link yang digunakan untuk memutar file rekaman di browser. Misalnya, https://drive.google.com/file/d/{$fileId}/view .
|
Negara Bagian
Status sesi perekaman saat ini.
Enum |
STATE_UNSPECIFIED |
Default, tidak pernah digunakan. |
STARTED |
Sesi perekaman aktif telah dimulai. |
ENDED |
Sesi perekaman ini telah berakhir, tetapi file rekaman belum dibuat. |
FILE_GENERATED |
File rekaman akan dibuat dan siap didownload. |
Metode |
|
Mendapatkan rekaman dengan ID perekaman. |
|
Mencantumkan resource rekaman dari rekaman konferensi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-11 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-11 UTC."],[[["Google Meet recordings are saved as MP4 files in Google Drive and can be accessed via the Drive API."],["Recordings have states: `STARTED`, `ENDED`, and `FILE_GENERATED`, indicating recording progress and availability."],["`driveDestination` provides `fileId` and `exportUri` to download or playback the recording."],["`Recording` metadata includes `name`, `state`, `startTime`, and `endTime`."],["You can get a specific recording or list all recordings associated with a conference record using the API."]]],[]]