Struct TextParticipant
Represents data for a participant connected to a text service.
Syntax
public struct TextParticipant : IEquatable<TextParticipant>
Constructors
TextParticipant(String, TextId)
Declaration
public TextParticipant(string displayName, TextId textId)
Parameters
Properties
DisplayName
Gets the participant display name. Matches Vivox.IParticipant.Account.DisplayName.
Declaration
public readonly string DisplayName { get; }
Property Value
TextId
Gets the Vivox Participant.Id.
Declaration
public readonly TextId TextId { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
Equals(TextParticipant)
Declaration
public bool Equals(TextParticipant other)
Parameters
Returns
Implements
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods