Konferans sırasında oluşturulan bir kayıtla ilgili meta veriler.
JSON gösterimi
{"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.}
Alanlar
name
string
Yalnızca çıkış. Kaydın kaynak adı. Biçim: conferenceRecords/{conferenceRecord}/recordings/{recording} burada {recording}, konferans sırasındaki her benzersiz kayıt oturumuna 1:1 eşlemedir.
Yalnızca çıkış. Kayıt, Google Drive'a MP4 dosyası olarak kaydedilir. driveDestination, Drive API'nin files.get yöntemini kullanarak dosyayı indirmek için kullanılabilecek Drive fileId'ı içerir.
DriveDestination
Kayıt dosyasının Google Drive'a kaydedildiği konumu dışa aktarma.
JSON gösterimi
{"file": string,"exportUri": string}
Alanlar
file
string
Yalnızca çıkış. Temel MP4 dosyasının fileId öğesi. Örneğin, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Blobu indirmek için $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media öğesini kullanın. Daha fazla bilgi için https://developers.google.com/drive/api/v3/reference/files/get adresine bakın.
exportUri
string
Yalnızca çıkış. Kayıt dosyasını tarayıcıda oynatmak için kullanılan bağlantı. Örneğin, https://drive.google.com/file/d/{$fileId}/view.
Eyalet
Kayıt oturumunun mevcut durumu.
Sıralamalar
STATE_UNSPECIFIED
Varsayılan, hiçbir zaman kullanılmaz.
STARTED
Etkin bir kayıt oturumu başlatıldı.
ENDED
Bu kayıt oturumu sona erdi, ancak kayıt dosyası henüz oluşturulmadı.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]