REST Resource: conferenceRecords
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: ConferenceRecord
حدث واحد لاجتماع منعقد في مساحة
تمثيل JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
الحقول |
name |
string
المعرّف اسم المورد لسجلّ المؤتمر التنسيق: conferenceRecords/{conferenceRecord} حيث يكون {conferenceRecord} معرّفًا فريدًا لكلّ نسخة من المكالمة ضمن مساحة.
|
startTime |
string (Timestamp format)
النتائج فقط. الطابع الزمني لوقت بدء المؤتمر يتم ضبطها دائمًا.
|
endTime |
string (Timestamp format)
النتائج فقط. الطابع الزمني لوقت انتهاء المكالمة الجماعية تم ضبطه للمؤتمرات السابقة. أزِل العلامة إذا كان الاجتماع جارٍ.
|
expireTime |
string (Timestamp format)
النتائج فقط. وقت انتهاء الصلاحية الذي يفرضّه الخادم عند حذف مورد سجلّ المؤتمر هذا. يتم حذف المرجع بعد 30 يومًا من انتهاء المؤتمر.
|
space |
string
النتائج فقط. المساحة التي تم عقد المؤتمر فيها
|
الطُرق |
|
الحصول على سجلّ مكالمة فيديو حسب رقم تعريف مكالمة الفيديو |
|
يعرض سجلات المؤتمرات. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# REST Resource: conferenceRecords\n\n- [Resource: ConferenceRecord](#ConferenceRecord)\n - [JSON representation](#ConferenceRecord.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ConferenceRecord\n--------------------------\n\nSingle instance of a meeting held in a space.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"startTime\": string, \"endTime\": string, \"expireTime\": string, \"space\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Resource name of the conference record. Format: `conferenceRecords/{conferenceRecord}` where `{conferenceRecord}` is a unique ID for each instance of a call within a space. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the conference started. Always set. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing. |\n| `expireTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends. |\n| `space` | `string` Output only. The space where the conference was held. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------|--------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords/get) | Gets a conference record by conference ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords/list) | Lists the conference records. |"]]