介面 BaseParticipant
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
基礎參與者類型。系統只會設定 signedInUser、anonymousUser 或 phoneUser 欄位之一,以決定參與者的類型。
簽名
interface BaseParticipant
屬性簽名
名稱 |
說明 |
anonymousUser |
如果已設定,則表示參與者是匿名使用者。提供顯示名稱。 |
name |
參與者的資源名稱。格式:conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
關聯參與者的參與者索引鍵。格式為 participants/{participant} 。 |
phoneUser |
如果已設定,參與者就是撥入使用者。提供經部分遮蓋的電話號碼。 |
signedInUser |
如果已設為 true,表示參與者是已登入的使用者。提供專屬 ID 和顯示名稱。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Interface BaseParticipant\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nBase participant type. Only one of signedInUser, anonymousUser, or phoneUser\nfields will be set to determine the type of participant.\n\nSignature\n---------\n\n interface BaseParticipant\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [`anonymousUser`](./media_api_web.baseparticipant.anonymoususer.md) | If set, the participant is an anonymous user. Provides a display name. |\n| [`name`](./media_api_web.baseparticipant.name.md) | Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| [`participantKey`](./media_api_web.baseparticipant.participantkey.md) | Participant key of associated participant. Format is `participants/{participant}`. |\n| [`phoneUser`](./media_api_web.baseparticipant.phoneuser.md) | If set, the participant is a dial-in user. Provides a partially redacted phone number. |\n| [`signedInUser`](./media_api_web.baseparticipant.signedinuser.md) | If set, the participant is a signed in user. Provides a unique ID and display name. |"]]