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)

僅供輸出。錄製內容會以 MP4 檔案格式儲存至 Google 雲端硬碟。driveDestination 包含 Drive fileId,可用來透過 Drive API 的 files.get 方法下載檔案。

DriveDestination

匯出檔案儲存在 Google 雲端硬碟中的位置。

JSON 表示法
{
  "file": string,
  "exportUri": string
}
欄位
file

string

僅供輸出。基礎 MP4 檔案的 fileId。例如「1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP」。使用 $ 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

狀態

錄製工作階段的目前狀態。

列舉
STATE_UNSPECIFIED 預設,一律不使用。
STARTED 正在執行中的錄影工作階段。
ENDED 這個錄製工作階段已結束,但系統尚未產生錄製檔案。
FILE_GENERATED 系統已產生錄製檔案,你可以隨時下載。

方法

get

根據錄音檔 ID 取得錄音內容。

list

列出會議記錄中的錄製資源。