कॉन्फ़्रेंस के दौरान बनाई गई रिकॉर्डिंग का मेटाडेटा.
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 मैप करता है.
सिर्फ़ आउटपुट के लिए. रिकॉर्डिंग को Google Drive में MP4 फ़ाइल के तौर पर सेव किया जाता है. driveDestination में Drive fileId शामिल है. इसका इस्तेमाल Drive API के files.get तरीके का इस्तेमाल करके, फ़ाइल डाउनलोड करने के लिए किया जा सकता है.
DriveDestination
Google Drive में उस जगह की जानकारी एक्सपोर्ट करें जहां रिकॉर्डिंग फ़ाइल सेव की गई है.
JSON के काेड में दिखाना
{"file": string,"exportUri": string}
फ़ील्ड
file
string
सिर्फ़ आउटपुट के लिए. पहले से मौजूद MP4 फ़ाइल के लिए fileId. उदाहरण के लिए, "1kuceFZahVoCh6FulBHxwy6I15Ogpc4hP". ब्लॉब डाउनलोड करने के लिए, $ 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
रिकॉर्डिंग फ़ाइल जनरेट हो गई है और डाउनलोड के लिए तैयार है.
[[["समझने में आसान है","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 (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."]]],[]]