REST Resource: conferenceRecords.participants.participantSessions
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:ParticipantSession
是指用户通过设备加入会议时,每次加入或退出会议的唯一会话。请注意,用户每次加入会议时,系统都会分配一个新的唯一 ID。也就是说,如果用户使用同一设备多次加入聊天室,系统会为其分配不同的 ID,并将其视为不同的参与者会话。
JSON 表示法 |
{
"name": string,
"startTime": string,
"endTime": string
} |
字段 |
name |
string
标识符。会话 ID。
|
startTime |
string (Timestamp format)
仅限输出。用户会话开始的时间戳。
|
endTime |
string (Timestamp format)
仅限输出。用户会话结束时的时间戳。如果用户会话尚未结束,则取消设置。
|
方法 |
|
根据参与者会话 ID 获取参与者会话。 |
|
在会议记录中列出参与者的参与者会话。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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. |"]]