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.
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.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["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."]]],[]]