Interface BaseParticipant
Base participant type. Only one of signedInUser, anonymousUser, or phoneUser
fields will be set to determine the type of participant.
Signature
interface BaseParticipant
Property signatures
Name |
Description |
anonymousUser |
If set, the participant is an anonymous user. Provides a display name. |
name |
Resource name of the participant. Format: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
Participant key of associated participant. Format is participants/{participant} . |
phoneUser |
If set, the participant is a dial-in user. Provides a partially redacted phone number. |
signedInUser |
If set, the participant is a signed in user. Provides a unique ID and display name. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["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."]]],[]]