REST Resource: conferenceRecords.participants.participantSessions
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: ParticipantSession
หมายถึงเซสชันเข้าร่วมหรือออกจากเซสชันที่ไม่ซ้ำกันแต่ละรายการเมื่อผู้ใช้เข้าร่วมการประชุมจากอุปกรณ์ โปรดทราบว่าทุกครั้งที่ผู้ใช้เข้าร่วมการประชุม ระบบจะกำหนดรหัสที่ไม่ซ้ำใหม่ ซึ่งหมายความว่าหากผู้ใช้เข้าร่วมพื้นที่ทำงานหลายครั้งจากอุปกรณ์เครื่องเดียวกัน ระบบจะกำหนดรหัสที่แตกต่างกันให้ผู้ใช้รายนั้น และระบบจะถือว่าผู้ใช้รายดังกล่าวเป็นเซสชันผู้เข้าร่วมที่แตกต่างกันด้วย
การแสดง JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
ช่อง |
name |
string
ตัวระบุ รหัสเซสชัน
|
startTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาที่เซสชันของผู้ใช้เริ่มต้น
|
endTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาเมื่อเซสชันของผู้ใช้สิ้นสุดลง ยกเลิกการตั้งค่าหากเซสชันของผู้ใช้ยังไม่สิ้นสุด
|
เมธอด |
|
รับเซสชันของผู้เข้าร่วมตามรหัสเซสชันของผู้เข้าร่วม |
|
แสดงรายการเซสชันของผู้เข้าร่วมในบันทึกการประชุม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],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. |"]]