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

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