REST Resource: conferenceRecords.participants
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: ผู้เข้าร่วม
ผู้ใช้ที่เข้าร่วมหรือกำลังเข้าร่วมการประชุม
การแสดง JSON |
{
"name": string,
"earliestStartTime": string,
"latestEndTime": string,
// Union field user can be only one of the following:
"signedinUser": {
object (SignedinUser )
},
"anonymousUser": {
object (AnonymousUser )
},
"phoneUser": {
object (PhoneUser )
}
// End of list of possible types for union field user .
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อแหล่งข้อมูลของผู้เข้าร่วม รูปแบบ: conferenceRecords/{conferenceRecord}/participants/{participant}
|
earliestStartTime |
string (Timestamp format)
เอาต์พุตเท่านั้น เวลาที่ผู้เข้าร่วมเข้าร่วมการประชุมครั้งแรก
|
latestEndTime |
string (Timestamp format)
เอาต์พุตเท่านั้น เวลาที่ผู้เข้าร่วมออกจากการประชุมครั้งล่าสุด ค่านี้อาจเป็นค่าว่างได้หากเป็นการประชุมที่ดำเนินอยู่
|
ฟิลด์สหภาพ user user ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
|
signedinUser |
object (SignedinUser )
ผู้ใช้ที่ลงชื่อเข้าใช้
|
anonymousUser |
object (AnonymousUser )
ผู้ใช้ที่ไม่ระบุชื่อ
|
phoneUser |
object (PhoneUser )
ผู้ใช้โทรจากโทรศัพท์
|
SignedinUser
ผู้ใช้ที่ลงชื่อเข้าใช้อาจเป็นบุคคลที่เข้าร่วมจากคอมพิวเตอร์ส่วนบุคคล อุปกรณ์เคลื่อนที่ หรือผ่านโหมดแยกหน้าจอประชุม หรือบัญชีหุ่นยนต์ที่อุปกรณ์ห้องประชุมใช้
การแสดง JSON |
{
"user": string,
"displayName": string
} |
ช่อง |
user |
string
เอาต์พุตเท่านั้น รหัสที่ไม่ซ้ำกันสำหรับผู้ใช้ ทำงานร่วมกันได้กับ Admin SDK API และ People API รูปแบบ: users/{user}
|
displayName |
string
เอาต์พุตเท่านั้น สำหรับอุปกรณ์ส่วนตัว จะเป็นชื่อและนามสกุลของผู้ใช้ สำหรับบัญชีหุ่นยนต์ จะเป็นชื่ออุปกรณ์ที่ผู้ดูแลระบบระบุ เช่น "ห้อง Altostrat"
|
AnonymousUser
ผู้ใช้ที่เข้าร่วมโดยไม่ระบุชื่อ (ไม่ได้ลงชื่อเข้าใช้บัญชี Google)
การแสดง JSON |
{
"displayName": string
} |
ช่อง |
displayName |
string
เอาต์พุตเท่านั้น ชื่อที่ผู้ใช้ระบุเมื่อเข้าร่วมการประชุมโดยไม่ระบุตัวตน
|
PhoneUser
ผู้ใช้ที่โทรเข้ามาจากโทรศัพท์ซึ่งไม่ทราบตัวตนเนื่องจากไม่ได้ลงชื่อเข้าใช้ด้วยบัญชี Google
การแสดง JSON |
{
"displayName": string
} |
ช่อง |
displayName |
string
เอาต์พุตเท่านั้น หมายเลขโทรศัพท์ของผู้ใช้ที่ปกปิดบางส่วนเมื่อโทร
|
เมธอด |
|
รับข้อมูลผู้เข้าร่วมตามรหัสผู้เข้าร่วม |
|
แสดงรายชื่อผู้เข้าร่วมในบันทึกการประชุม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# REST Resource: conferenceRecords.participants\n\n- [Resource: Participant](#Participant)\n - [JSON representation](#Participant.SCHEMA_REPRESENTATION)\n- [SignedinUser](#SignedinUser)\n - [JSON representation](#SignedinUser.SCHEMA_REPRESENTATION)\n- [AnonymousUser](#AnonymousUser)\n - [JSON representation](#AnonymousUser.SCHEMA_REPRESENTATION)\n- [PhoneUser](#PhoneUser)\n - [JSON representation](#PhoneUser.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Participant\n---------------------\n\nUser who attended or is attending a conference.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"earliestStartTime\": string, \"latestEndTime\": string, // Union field `user` can be only one of the following: \"signedinUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser) }, \"anonymousUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser) }, \"phoneUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser) } // End of list of possible types for union field `user`. } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| `earliestStartTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant first joined the meeting. |\n| `latestEndTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting. |\n| Union field `user`. `user` can be only one of the following: ||\n| `signedinUser` | `object (`[SignedinUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser)`)` Signed-in user. |\n| `anonymousUser` | `object (`[AnonymousUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser)`)` Anonymous user. |\n| `phoneUser` | `object (`[PhoneUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser)`)` User calling from their phone. |\n\nSignedinUser\n------------\n\nA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"user\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `user` | `string` Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}` |\n| `displayName` | `string` Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\". |\n\nAnonymousUser\n-------------\n\nUser who joins anonymously (meaning not signed into a Google Account).\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. User provided name when they join a conference anonymously. |\n\nPhoneUser\n---------\n\nUser dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------|\n| `displayName` | `string` Output only. Partially redacted user's phone number when calling. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | Gets a participant by participant ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | Lists the participants in a conference record. |"]]