{"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 Drive fileId الذي يمكن استخدامه لتنزيل الملف باستخدام طريقة files.get في Drive API.
DriveDestination
تصدير موقع حفظ ملف التسجيل في Google Drive
تمثيل JSON
{"file": string,"exportUri": string}
الحقول
file
string
النتائج فقط. تمثّل هذه السمة fileId لملف MP4 الأساسي. على سبيل المثال، "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
انتهت جلسة التسجيل هذه، ولكن لم يتم إنشاء ملف التسجيل بعد.
تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]