Class Participant
User who attended or is attending a conference.
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class Participant : IMessage<Participant>, IEquatable<Participant>, IDeepCloneable<Participant>, IBufferMessage, IMessage
Constructors
Participant()
Declaration
Participant(Participant)
Declaration
public Participant(Participant other)
Parameters
Properties
AnonymousUser
Declaration
public AnonymousUser AnonymousUser { get; set; }
Property Value
EarliestStartTime
Output only. Time when the participant first joined the meeting.
Declaration
public Timestamp EarliestStartTime { get; set; }
Property Value
LatestEndTime
Output only. Time when the participant left the meeting for the last time.
This can be null if it's an active meeting.
Declaration
public Timestamp LatestEndTime { get; set; }
Property Value
Name
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
Declaration
public string Name { get; set; }
Property Value
ParticipantName
Declaration
public ParticipantName ParticipantName { get; set; }
Property Value
PhoneUser
User calling from their phone.
Declaration
public PhoneUser PhoneUser { get; set; }
Property Value
SignedinUser
Declaration
public SignedinUser SignedinUser { get; set; }
Property Value
UserCase
Declaration
public Participant.UserOneofCase UserCase { get; }
Property Value