REST Resource: conferenceRecords.participants.participantSessions
ทรัพยากร: PartnerSession
หมายถึงการเข้าร่วมหรือออกจากเซสชันที่ไม่ซ้ำกันแต่ละรายการเมื่อผู้ใช้เข้าร่วมการประชุมจากอุปกรณ์ โปรดทราบว่าเมื่อใดก็ตามที่ผู้ใช้เข้าร่วมการประชุม ระบบจะกำหนดรหัสที่ไม่ซ้ำกันใหม่ ซึ่งหมายความว่าหากผู้ใช้เข้าร่วมพื้นที่ทำงานหลายครั้งจากอุปกรณ์เดียวกัน ระบบจะกำหนดรหัสที่แตกต่างกันให้กับผู้ใช้รายนั้นและถือเป็นเซสชันผู้เข้าร่วมคนละเซสชันกัน
การแสดง 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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-29 UTC
[null,null,["อัปเดตล่าสุด 2024-08-29 UTC"],[[["A ParticipantSession represents a single instance of a user joining or leaving a conference, with each session assigned a unique ID, even if the user rejoins from the same device."],["ParticipantSession data includes the session ID (`name`), start time (`startTime`), and end time (`endTime`) of the session, formatted as Timestamps."],["Google Meet API provides methods to retrieve a specific participant session or list all sessions for a participant within a conference record."]]],["ParticipantSession represents each unique user join/leave of a conference from a device, assigning a new ID per join. Each session has a `name` (session ID), `startTime`, and `endTime` (if ended). The available methods are `get`, which retrieves a session by ID, and `list`, which lists all sessions for a participant within a conference record. The data is structured in JSON, and the timestamps use a specific format.\n"]]