Struct Participant
Syntax
public struct Participant : IParticipant
Properties
ColorIndex
Declaration
public int ColorIndex { readonly get; }
Property Value
Implements
Connected
Declaration
public DateTime Connected { readonly get; }
Property Value
Implements
Id
Declaration
public ParticipantId Id { readonly get; }
Property Value
Implements
IsSelf
Declaration
public bool IsSelf { readonly get; }
Property Value
Implements
Name
Declaration
public string Name { readonly get; }
Property Value
Implements
RoomId
Declaration
public RoomId RoomId { readonly get; }
Property Value
Implements
VoiceId
Declaration
public VoiceId VoiceId { readonly get; }
Property Value
Implements
Extension Methods