REST Resource: conferenceRecords.participants.participantSessions
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:ParticipantSession
指使用者透過裝置加入會議時的每個獨特加入或離開工作階段。請注意,每次使用者加入會議時,系統都會指派新的不重複 ID。也就是說,如果使用者透過同一部裝置多次加入聊天室,系統會為他們指派不同的 ID,並將他們視為不同的參與者工作階段。
JSON 表示法 |
{
"name": string,
"startTime": string,
"endTime": string
} |
欄位 |
name |
string
ID。工作階段 ID。
|
startTime |
string (Timestamp format)
僅供輸出。使用者工作階段開始時的時間戳記。
|
endTime |
string (Timestamp format)
僅供輸出。使用者工作階段結束的時間戳記。如果使用者工作階段未結束,請取消設定。
|
方法 |
|
根據參與者工作階段 ID 取得參與者工作階段。 |
|
列出會議記錄中參與者的參與者工作階段。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],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. |"]]