インターフェース BaseParticipant

基本的な参加者のタイプ。参加者のタイプを決定するために、signedInUser、anonymousUser、phoneUser のいずれか 1 つのフィールドのみが設定されます。

署名

interface BaseParticipant

プロパティの署名

名前 説明
anonymousUser 設定されている場合、参加者は匿名ユーザーです。表示名を指定します。
name 参加者のリソース名。形式: conferenceRecords/{conferenceRecord}/participants/{participant}
participantKey 関連付けられた参加者の参加者キー。形式は participants/{participant} です。
phoneUser 設定されている場合、参加者はダイヤルイン ユーザーです。一部が除去された電話番号を指定します。
signedInUser 設定されている場合、参加者はログイン済みユーザーです。一意の ID と表示名を指定します。