ParticipantEndpoint Members
Include Protected Members
Include Inherited Members
Represents an endpoint for a participant in the conversation.
The ParticipantEndpoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Obsolete. Gets the active media types for this participant endpoint. | |
EndpointSubtype | Gets the subtype of this participant endpoint. | |
EndpointType | Gets the type of this participant endpoint. | |
IsParticipantIdAsserted | Gets whether the participant associated with this endpoint has an asserted identity. | |
Participant | Gets the participant instance associated with this participant endpoint. | |
Uri | Gets the URI representing this participant endpoint. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns true if the current endpoint is equal to the passed endpoint. (Overrides Object.Equals(Object).) | |
Equals(ParticipantEndpoint) | Returns true if the current endpoint is equal to the passed endpoint. | |
Finalize | (inherited from Object) | |
GetActiveMediaTypes | Returns a snapshot of active media types for this participant endpoint. | |
GetFeatureParameters | Gets the collection of feature parameters. | |
GetHashCode | Generates a hash code for the participant. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Return the string representation of participant endpoint. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns true if the two endpoints are equal. | |
Implicit(ParticipantEndpoint to RealTimeAddress) | Convert to endpoint address. | |
Inequality | Returns true if the two endpoints are unequal. |
Top