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. |