REST Resource: conferenceRecords.participants.participantSessions
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: ParticipantSession
يشير إلى كل جلسة فريدة للانضمام أو المغادرة عندما ينضم مستخدم إلى مؤتمر من جهاز. يُرجى العِلم أنّه في أي وقت ينضم فيه مستخدم إلى المكالمة، يتم تخصيص رقم تعريف فريد جديد له. وهذا يعني أنّه إذا انضم مستخدم إلى مساحة عدة مرات من الجهاز نفسه، سيتمّ منحه أرقام تعريف مختلفة، وسيتمّ التعامل معه أيضًا كجلسات مشارِكين مختلفة.
تمثيل JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
الحقول |
name |
string
المعرّف معرّف الجلسة
|
startTime |
string (Timestamp format)
النتائج فقط. الطابع الزمني لبدء جلسة المستخدِم
|
endTime |
string (Timestamp format)
النتائج فقط. الطابع الزمني عند انتهاء جلسة المستخدِم لا تُلغِ الإعداد إذا لم تنتهِ جلسة المستخدم.
|
الطُرق |
|
الحصول على جلسة مشارك حسب معرّف جلسة المشارك |
|
يسرد جلسات المشارك في سجلّ مؤتمر. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# REST Resource: conferenceRecords.participants.participantSessions\n\n- [Resource: ParticipantSession](#ParticipantSession)\n - [JSON representation](#ParticipantSession.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ParticipantSession\n----------------------------\n\nRefers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"name\": string, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Session id. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the user session starts. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the user session ends. Unset if the user session hasn't ended. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/get) | Gets a participant session by participant session ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/list) | Lists the participant sessions of a participant in a conference record. |"]]