ConversationParticipant Members
Include Protected Members
Include Inherited Members
Represents a participant in the conversation.
The ConversationParticipant type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Obsolete. Gets the active media types for the participant. | |
DisplayName | Gets the display name. | |
IsRecording | Gets whether one or more endpoints for this participant is recording the conversation. | |
OtherPhoneUri | Gets the other phone URI of the participant. | |
PhoneUri | Gets the phone URI of the participant. | |
Role | Gets the conferencing role. | |
RosterVisibility | Gets the visibility of the participant in the conference roster, if applicable. | |
SourceNetwork | Gets the source network. | |
Uri | Gets the URI prefixed with the sip: scheme. | |
UserAtHost | Gets the user@host portion of the participant's URI. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Gets whether the two participants are equal. (Overrides Object.Equals(Object).) | |
Equals(ConversationParticipant) | Gets whether the two participants are equal. | |
Finalize | (inherited from Object) | |
GetActiveMediaTypes | Returns a snapshot of active media types of the participant. | |
GetEndpoints | Gets a snapshot list of endpoints known for this participant. | |
GetHashCode | Gets the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Gets the string representation of this participant. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Gets whether the two participants are equal. | |
Inequality | Gets whether the two participants are unequal. |
Top