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 )
सिर्फ़ आउटपुट के लिए. रिकॉर्डिंग को Google Drive में MP4 फ़ाइल के तौर पर सेव किया जाता है. driveDestination में Drive fileId शामिल होता है. इसका इस्तेमाल, Drive API के files.get तरीके का इस्तेमाल करके फ़ाइल डाउनलोड करने के लिए किया जा सकता है.
|
DriveDestination
Google Drive में रिकॉर्डिंग फ़ाइल सेव करने की जगह एक्सपोर्ट करें.
JSON के काेड में दिखाना |
{
"file": string,
"exportUri": string
} |
फ़ील्ड |
file |
string
सिर्फ़ आउटपुट के लिए. उस MP4 फ़ाइल के लिए fileId . उदाहरण के लिए, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". ब्लॉब डाउनलोड करने के लिए, $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media का इस्तेमाल करें. ज़्यादा जानकारी के लिए, https://developers.google.com/drive/api/v3/reference/files/get देखें.
|
exportUri |
string
सिर्फ़ आउटपुट के लिए. ब्राउज़र में रिकॉर्डिंग फ़ाइल चलाने के लिए इस्तेमाल किया जाने वाला लिंक. उदाहरण के लिए, https://drive.google.com/file/d/{$fileId}/view .
|
स्थिति
रिकॉर्डिंग सेशन की मौजूदा स्थिति.
Enums |
STATE_UNSPECIFIED |
डिफ़ॉल्ट, कभी इस्तेमाल नहीं किया जाता. |
STARTED |
रिकॉर्डिंग का कोई सेशन चालू हो. |
ENDED |
रिकॉर्डिंग का यह सेशन खत्म हो गया है, लेकिन रिकॉर्डिंग फ़ाइल अभी तक जनरेट नहीं हुई है. |
FILE_GENERATED |
रिकॉर्डिंग फ़ाइल जनरेट हो गई है और अब उसे डाउनलोड किया जा सकता है. |
तरीके |
|
रिकॉर्डिंग आईडी के हिसाब से रिकॉर्डिंग पाता है. |
|
कॉन्फ़्रेंस रिकॉर्ड में मौजूद रिकॉर्डिंग के संसाधनों की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]