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 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(UTC)
[null,null,["최종 업데이트: 2024-08-29(UTC)"],[[["A ParticipantSession represents a single instance of a user joining or leaving a conference, with each session assigned a unique ID, even if the user rejoins from the same device."],["ParticipantSession data includes the session ID (`name`), start time (`startTime`), and end time (`endTime`) of the session, formatted as Timestamps."],["Google Meet API provides methods to retrieve a specific participant session or list all sessions for a participant within a conference record."]]],["ParticipantSession represents each unique user join/leave of a conference from a device, assigning a new ID per join. Each session has a `name` (session ID), `startTime`, and `endTime` (if ended). The available methods are `get`, which retrieves a session by ID, and `list`, which lists all sessions for a participant within a conference record. The data is structured in JSON, and the timestamps use a specific format.\n"]]