อินเทอร์เฟซ BaseParticipant
ประเภทผู้เข้าร่วมพื้นฐาน ระบบจะตั้งค่าฟิลด์ signedInUser, anonymousUser หรือ phoneUser เพียงฟิลด์เดียวเพื่อระบุประเภทผู้เข้าร่วม
ลายเซ็น
interface BaseParticipant
ลายเซ็นของที่พัก
ชื่อ |
คำอธิบาย |
anonymousUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่ไม่ระบุชื่อ ระบุชื่อที่แสดง |
name |
ชื่อแหล่งข้อมูลของผู้เข้าร่วม รูปแบบ: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
คีย์ผู้เข้าร่วมของผู้เข้าร่วมที่เกี่ยวข้อง รูปแบบคือ participants/{participant} |
phoneUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่โทรเข้า ระบุหมายเลขโทรศัพท์ที่มีการปกปิดบางส่วน |
signedInUser |
หากตั้งค่าไว้ ผู้เข้าร่วมจะเป็นผู้ใช้ที่ลงชื่อเข้าใช้ ระบุรหัสที่ไม่ซ้ำกันและชื่อที่แสดง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-02-04 UTC
[null,null,["อัปเดตล่าสุด 2025-02-04 UTC"],[[["This feature is available through the Google Workspace Developer Preview Program, offering early access."],["The `BaseParticipant` interface defines the fundamental structure for participant data."],["Participants can be identified as `anonymousUser`, `signedInUser`, or `phoneUser`, with only one type active at a time."],["The interface includes properties such as `name` and `participantKey` to identify the participant."],["Each participant type, when active, will provide specific information such as a display name, user ID, or redacted phone number."]]],[]]