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 มีไดรฟ์ fileId ที่ใช้ดาวน์โหลดไฟล์ได้โดยใช้เมธอด files.get ของ Drive API
|
DriveDestination
ตำแหน่งการส่งออกที่บันทึกไฟล์บันทึกไว้ใน Google ไดรฟ์
การแสดง 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
|
รัฐ
สถานะปัจจุบันของเซสชันการบันทึก
Enum |
STATE_UNSPECIFIED |
ค่าเริ่มต้น ไม่เคยมีการใช้งาน |
STARTED |
เซสชันการบันทึกที่ทำงานอยู่ได้เริ่มต้นขึ้นแล้ว |
ENDED |
เซสชันการบันทึกนี้สิ้นสุดแล้ว แต่ระบบยังไม่ได้สร้างไฟล์บันทึกเสียง |
FILE_GENERATED |
ระบบสร้างไฟล์บันทึกเสียงและพร้อมให้ดาวน์โหลดแล้ว |
เมธอด |
|
รับไฟล์บันทึกเสียงตามรหัสไฟล์บันทึกเสียง |
|
แสดงรายการทรัพยากรการบันทึกจากบันทึกการประชุม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# REST Resource: conferenceRecords.recordings\n\n- [Resource: Recording](#Recording)\n - [JSON representation](#Recording.SCHEMA_REPRESENTATION)\n- [DriveDestination](#DriveDestination)\n - [JSON representation](#DriveDestination.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Recording\n-------------------\n\nMetadata about a recording created during a conference.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State), \"startTime\": string, \"endTime\": string, // Union field `destination` can be only one of the following: \"driveDestination\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination) } // End of list of possible types for union field `destination`. } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the recording. Format: `conferenceRecords/{conferenceRecord}/recordings/{recording}` where `{recording}` is a 1:1 mapping to each unique recording session during the conference. |\n| `state` | `enum (`[State](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State)`)` Output only. Current state. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording ended. |\n| Union field `destination`. `destination` can be only one of the following: ||\n| `driveDestination` | `object (`[DriveDestination](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination)`)` Output only. Recording is saved to Google Drive as an MP4 file. The `driveDestination` includes the Drive `fileId` that can be used to download the file using the `files.get` method of the Drive API. |\n\nDriveDestination\n----------------\n\nExport location where a recording file is saved in Google Drive.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"file\": string, \"exportUri\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `file` | `string` Output only. The `fileId` for the underlying MP4 file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download the blob. For more information, see \u003chttps://developers.google.com/drive/api/v3/reference/files/get\u003e. |\n| `exportUri` | `string` Output only. Link used to play back the recording file in the browser. For example, `https://drive.google.com/file/d/{$fileId}/view`. |\n\nState\n-----\n\nCurrent state of the recording session.\n\n| Enums ||\n|---------------------|-------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default, never used. |\n| `STARTED` | An active recording session has started. |\n| `ENDED` | This recording session has ended, but the recording file hasn't been generated yet. |\n| `FILE_GENERATED` | Recording file is generated and ready to download. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/get) | Gets a recording by recording ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/list) | Lists the recording resources from the conference record. |"]]