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 で参加者セッションを取得します。 |
|
会議レコード内の参加者の参加者セッションを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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. |"]]