อินเทอร์เฟซ BaseParticipant
ทรัพยากร Singleton ที่มีข้อมูลผู้เข้าร่วม จะมีการตั้งค่าช่อง signedInUser, anonymousUser หรือ phoneUser เพียงช่องเดียวเพื่อระบุประเภทของผู้เข้าร่วม
ลายเซ็น
declare interface BaseParticipant extends ResourceSnapshot
แหล่งมรดก
ลายเซ็นของที่พัก
ชื่อ |
คำอธิบาย |
anonymousUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่ไม่ระบุชื่อ ระบุชื่อที่แสดง |
id |
รหัสทรัพยากรของทรัพยากรที่จะอัปเดต สำหรับทรัพยากรแบบ Singleton ระบบจะไม่ตั้งค่า (รับค่ามาจาก ResourceSnapshot ) |
name |
ชื่อแหล่งข้อมูลของผู้เข้าร่วม รูปแบบ: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantId |
รหัสผู้เข้าร่วมสำหรับการใช้งานภายใน |
participantKey |
คีย์ผู้เข้าร่วมของผู้เข้าร่วมที่เกี่ยวข้อง รูปแบบคือ participants/{participant} |
phoneUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่โทรเข้า ระบุหมายเลขโทรศัพท์ที่มีการปกปิดบางส่วน |
signedInUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่ลงชื่อเข้าใช้ ระบุรหัสที่ไม่ซ้ำกันและชื่อที่แสดง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-02-05 UTC
[null,null,["อัปเดตล่าสุด 2025-02-05 UTC"],[[["This documentation outlines the `BaseParticipant` interface, which is a singleton resource containing information about a participant in a conference."],["The `BaseParticipant` interface extends the `ResourceSnapshot` interface and includes properties such as `anonymousUser`, `phoneUser`, and `signedInUser` to identify the type of participant."],["The interface includes properties like `id`, `name`, `participantId`, and `participantKey` for resource identification and management."],["Access to the `BaseParticipant` interface, along with other features, is available through the Google Workspace Developer Preview Program."]]],[]]