{"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.}
שדות
name
string
פלט בלבד. שם המשאב של ההקלטה. פורמט: conferenceRecords/{conferenceRecord}/recordings/{recording}. הפורמט {recording} הוא מיפוי של 1:1 לכל סשן הקלטה ייחודי במהלך שיחת הוועידה.
פלט בלבד. ההקלטה נשמרת ב-Google Drive כקובץ MP4. הקובץ driveDestination כולל את ה-fileId של Drive, שאפשר להשתמש בו כדי להוריד את הקובץ באמצעות השיטה files.get של Drive API.
DriveDestination
המיקום של ייצוא הסרטון שבו נשמר קובץ ההקלטה ב-Google Drive.
ייצוג JSON
{"file": string,"exportUri": string}
שדות
file
string
פלט בלבד. fileId של קובץ ה-MP4 הבסיסי. לדוגמה, '1kuceFZahVoCh6FulBHxwy6I15Ogpc4hP'. יש להשתמש ב-$ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media כדי להוריד את ה-blob. מידע נוסף זמין בכתובת https://developers.google.com/drive/api/v3/reference/files/get.
exportUri
string
פלט בלבד. קישור להפעלת קובץ ההקלטה בדפדפן. לדוגמה, https://drive.google.com/file/d/{$fileId}/view.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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."]]],[]]