Siêu dữ liệu về một bản ghi được tạo trong một hội nghị truyền hình.
Biểu diễn dưới dạng 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.}
Trường
name
string
Chỉ có đầu ra. Tên tài nguyên của bản ghi. Định dạng: conferenceRecords/{conferenceRecord}/recordings/{recording} trong đó {recording} là liên kết 1:1 tới từng phiên ghi riêng biệt trong suốt hội nghị truyền hình.
Chỉ có đầu ra. Bản ghi được lưu vào Google Drive dưới dạng tệp MP4. driveDestination bao gồm Drive fileId có thể dùng để tải tệp xuống bằng phương thức files.get của API Drive.
DriveDestination
Vị trí xuất nơi tệp bản ghi được lưu trong Google Drive.
Biểu diễn dưới dạng JSON
{"file": string,"exportUri": string}
Trường
file
string
Chỉ có đầu ra. fileId cho tệp MP4 cơ bản. Ví dụ: "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Sử dụng $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media để tải blob xuống. Để biết thêm thông tin, hãy xem https://developers.google.com/drive/api/v3/reference/files/get.
exportUri
string
Chỉ có đầu ra. Đường liên kết dùng để phát lại tệp bản ghi âm trong trình duyệt. Ví dụ: https://drive.google.com/file/d/{$fileId}/view.
Tiểu bang
Trạng thái hiện tại của phiên ghi.
Enum
STATE_UNSPECIFIED
Mặc định, không bao giờ được sử dụng.
STARTED
Một phiên ghi đang hoạt động đã bắt đầu.
ENDED
Phiên ghi này đã kết thúc, nhưng tệp ghi chưa được tạo.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]