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로 참여자 세션을 가져옵니다. |
|
회의 기록에 참여자의 참석자 세션을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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. |"]]