接口 BaseParticipant
基本参与者类型。系统只会设置 signedInUser、anonymousUser 或 phoneUser 字段之一,以确定参与者的类型。
签名
interface BaseParticipant
属性签名
名称 |
说明 |
anonymousUser |
如果设置了此属性,则表示参与者是匿名用户。提供显示名称。 |
name |
参与者的资源名称。格式:conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
关联参与者的参与者键。格式为 participants/{participant} 。 |
phoneUser |
如果设置了此属性,则表示参与者是拨入用户。提供部分隐去信息的电话号码。 |
signedInUser |
如果已设置,则参与者是已登录的用户。提供唯一 ID 和显示名称。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-04。
[null,null,["最后更新时间 (UTC):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."]]],[]]