ConversationParticipant Members
Represents a participant in the conversation.
The ConversationParticipant type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Gets active media types for the participant. | |
DisplayName | Gets the display name. | |
OtherPhoneUri | Gets the other phone URI of the participant. | |
PhoneUri | Gets the phone URI of the participant. | |
Role | Gets the conferencing role. | |
RosterVisibility | ||
SourceNetwork | Get the source network. | |
Uri | Gets the URI with a prefix on it. | |
UserAtHost | Gets the user at host portion of the string. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns true if the current participant is equal to the passed participant. (Overrides Object..::..Equals(Object).) | |
Equals(ConversationParticipant) | Returns true if the current participant is equal to the passed participant. | |
Finalize | (Inherited from Object.) | |
GetEndpoints | ||
GetHashCode | Gets the hashcode for this instance. (Overrides Object..::..GetHashCode()()()().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Return the string representation of this participant. (Overrides Object..::..ToString()()()().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns true if the two participants are equal. | |
Inequality | Returns true if the two participant are unequal. |
Top