REST Resource: conferenceRecords.recordings

משאב: הקלטה

מטא-נתונים על הקלטה שנוצרה במהלך שיחת ועידה.

ייצוג 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.
}
שדות
name

string

פלט בלבד. שם המשאב של ההקלטה. פורמט: conferenceRecords/{conferenceRecord}/recordings/{recording}, כאשר {recording} הוא מיפוי ביחס של 1:1 לכל סשן הקלטה ייחודי במהלך שיחת הוועידה.

state

enum (State)

פלט בלבד. המצב הנוכחי

startTime

string (Timestamp format)

פלט בלבד. חותמת הזמן של שעת ההתחלה של ההקלטה.

endTime

string (Timestamp format)

פלט בלבד. חותמת זמן של סיום ההקלטה.

שדה איחוד destination.

destination יכול להיות רק אחד מהבאים:

driveDestination

object (DriveDestination)

פלט בלבד. ההקלטה נשמרת ב-Google Drive כקובץ MP4. driveDestination כולל את fileId של Drive, שניתן להשתמש בו כדי להוריד את הקובץ באמצעות השיטה files.get של Drive API.

DriveDestination

ייצוא המיקום שבו קובץ ההקלטה נשמר ב-Google Drive.

ייצוג JSON
{
  "file": string,
  "exportUri": string
}
שדות
file

string

פלט בלבד. fileId של קובץ ה-MP4 הבסיסי. לדוגמה, '1kuseFZohVoCh6FulBHxwy6I15Ogpc4hP'. יש להשתמש ב-$ 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.

ארץ

המצב הנוכחי של סשן ההקלטה.

טיפוסים בני מנייה (enums)
STATE_UNSPECIFIED ברירת המחדל, לא נעשה שימוש אף פעם.
STARTED סשן הקלטה פעיל התחיל.
ENDED סשן ההקלטה הזה הסתיים, אבל קובץ ההקלטה עדיין לא נוצר.
FILE_GENERATED קובץ ההקלטה נוצר ומוכן להורדה.

שיטות

get

מקבלת הקלטה באמצעות תעודה מזהה.

list

רשימה של משאבי ההקלטה מרשומת שיחת הוועידה.