Show / Hide Table of Contents

Class Participant

User who attended or is attending a conference.

Inheritance
object
Participant
Implements
IMessage<Participant>
IEquatable<Participant>
IDeepCloneable<Participant>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class Participant : IMessage<Participant>, IEquatable<Participant>, IDeepCloneable<Participant>, IBufferMessage, IMessage

Constructors

Participant()

Declaration
public Participant()

Participant(Participant)

Declaration
public Participant(Participant other)
Parameters
Type Name Description
Participant other

Properties

AnonymousUser

Anonymous user.

Declaration
public AnonymousUser AnonymousUser { get; set; }
Property Value
Type Description
AnonymousUser

EarliestStartTime

Output only. Time when the participant first joined the meeting.

Declaration
public Timestamp EarliestStartTime { get; set; }
Property Value
Type Description
Timestamp

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
Type Description
Timestamp

Name

Output only. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ParticipantName

ParticipantName-typed view over the Name resource name property.

Declaration
public ParticipantName ParticipantName { get; set; }
Property Value
Type Description
ParticipantName

PhoneUser

User calling from their phone.

Declaration
public PhoneUser PhoneUser { get; set; }
Property Value
Type Description
PhoneUser

SignedinUser

Signed-in user.

Declaration
public SignedinUser SignedinUser { get; set; }
Property Value
Type Description
SignedinUser

UserCase

Declaration
public Participant.UserOneofCase UserCase { get; }
Property Value
Type Description
Participant.UserOneofCase
In this article
Back to top Generated by DocFX