REST Resource: conferenceRecords.participants.participantSessions
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: ParticipantSession
Chỉ đến từng phiên tham gia hoặc rời riêng biệt khi người dùng tham gia một cuộc họp từ một thiết bị. Xin lưu ý rằng mỗi khi người dùng tham gia hội nghị, một mã nhận dạng duy nhất mới sẽ được chỉ định. Điều đó có nghĩa là nếu người dùng tham gia một không gian nhiều lần từ cùng một thiết bị, thì họ sẽ được chỉ định các mã nhận dạng khác nhau và cũng được coi là các phiên tham gia khác nhau.
Biểu diễn dưới dạng JSON |
{
"name": string,
"startTime": string,
"endTime": string
} |
Trường |
name |
string
Giá trị nhận dạng. Mã phiên.
|
startTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi phiên người dùng bắt đầu.
|
endTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi phiên người dùng kết thúc. Huỷ thiết lập nếu phiên người dùng chưa kết thúc.
|
Phương thức |
|
Lấy phiên của người tham gia theo mã phiên của người tham gia. |
|
Liệt kê các phiên tham gia của một người tham gia trong bản ghi hội nghị. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]