介面 BaseParticipant
基礎參與者類型。系統只會設定 signedInUser、anonymousUser 或 phoneUser 欄位之一,以決定參與者類型。
簽名
interface BaseParticipant
屬性簽名
名稱 |
說明 |
anonymousUser |
如果已設定,則表示參與者是匿名使用者。提供顯示名稱。 |
name |
參與者的資源名稱。格式:conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
關聯參與者的參與者索引鍵。格式為 participants/{participant} 。 |
phoneUser |
如果已設定,參與者就是撥入使用者。提供經部分遮蓋的電話號碼。 |
signedInUser |
如果已設定,參與者就是已登入的使用者。提供專屬 ID 和顯示名稱。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-04 (世界標準時間)。
[null,null,["上次更新時間:2025-02-04 (世界標準時間)。"],[[["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."]]],[]]