介面 BaseParticipant

含有參與者資訊的單例資源。系統會設定 signedInUser、anonymousUser 或 phoneUser 欄位,以便判斷參與者的類型。

簽名

declare interface BaseParticipant extends ResourceSnapshot

傳統遺產

擴充 ResourceSnapshot

屬性簽名

名稱 說明
anonymousUser 如果已設定,則表示參與者是匿名使用者。提供顯示名稱。
id 要更新的資源資源 ID。對於單例資源,此值未設定。
(繼承自 ResourceSnapshot)
name 參與者的資源名稱。格式:conferenceRecords/{conferenceRecord}/participants/{participant}
participantId 內部使用的參與者 ID。
participantKey 關聯參與者的參與者索引鍵。格式為 participants/{participant}
phoneUser 如果已設定,參與者就是撥入使用者。提供經部分遮蓋的電話號碼。
signedInUser 如果已設定,參與者就是已登入的使用者。提供專屬 ID 和顯示名稱。