インターフェース BaseParticipant
参加者情報を含むシングルトン リソース。参加者のタイプを決定するために、signedInUser、anonymousUser、phoneUser のいずれかのフィールドが 1 つ設定されます。
署名
declare interface BaseParticipant extends ResourceSnapshot
遺産
プロパティの署名
名前 |
説明 |
anonymousUser |
設定されている場合、参加者は匿名ユーザーです。表示名を指定します。 |
id |
更新されるリソースのリソース ID。シングルトン リソースの場合、これは未設定です。 (ResourceSnapshot から継承) |
name |
参加者のリソース名。形式: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantId |
内部使用の参加者 ID。 |
participantKey |
関連付けられた参加者の参加者キー。形式は participants/{participant} です。 |
phoneUser |
設定されている場合、参加者はダイヤルイン ユーザーです。一部が除去された電話番号を指定します。 |
signedInUser |
設定されている場合、参加者はログイン済みユーザーです。一意の ID と表示名を指定します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-05 UTC。
[null,null,["最終更新日 2025-02-05 UTC。"],[[["This documentation outlines the `BaseParticipant` interface, which is a singleton resource containing information about a participant in a conference."],["The `BaseParticipant` interface extends the `ResourceSnapshot` interface and includes properties such as `anonymousUser`, `phoneUser`, and `signedInUser` to identify the type of participant."],["The interface includes properties like `id`, `name`, `participantId`, and `participantKey` for resource identification and management."],["Access to the `BaseParticipant` interface, along with other features, is available through the Google Workspace Developer Preview Program."]]],[]]