Singleton resource containing participant information. There will be exactly one of signedInUser, anonymousUser, or phoneUser fields set to determine the type of participant.
Signature
declare interface BaseParticipant extends ResourceSnapshot
Heritage
Extends | ResourceSnapshot |
---|
Property signatures
Name | Description |
---|---|
anonymousUser |
If set, the participant is an anonymous user. Provides a display name. |
id |
The resource ID of the resource being updated. For singleton resources, this is unset. (Inherited from ResourceSnapshot ) |
name |
Resource name of the participant. Format: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantId |
Participant id for internal usage. |
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. |