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