インターフェース BaseParticipant
基本的な参加者のタイプ。参加者のタイプを決定するために、signedInUser、anonymousUser、phoneUser のいずれか 1 つのフィールドのみが設定されます。
署名
interface BaseParticipant
プロパティの署名
名前 |
説明 |
anonymousUser |
設定されている場合、参加者は匿名ユーザーです。表示名を指定します。 |
name |
参加者のリソース名。形式: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
関連付けられた参加者の参加者キー。形式は participants/{participant} です。 |
phoneUser |
設定されている場合、参加者はダイヤルイン ユーザーです。一部が除去された電話番号を指定します。 |
signedInUser |
設定されている場合、参加者はログイン済みユーザーです。一意の ID と表示名を指定します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-04 UTC。
[null,null,["最終更新日 2025-02-04 UTC。"],[[["This feature is available through the Google Workspace Developer Preview Program, offering early access."],["The `BaseParticipant` interface defines the fundamental structure for participant data."],["Participants can be identified as `anonymousUser`, `signedInUser`, or `phoneUser`, with only one type active at a time."],["The interface includes properties such as `name` and `participantKey` to identify the participant."],["Each participant type, when active, will provide specific information such as a display name, user ID, or redacted phone number."]]],[]]