CallParticipantEndpointProperties Members
Include Protected Members
Include Inherited Members
Represents the properties of the call remote endpoint.
The CallParticipantEndpointProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallParticipantEndpointProperties | Creates a new instance of the CallParticipantEndpointProperties class. |
Top
Properties
Name | Description | |
---|---|---|
AllowTransfer | Gets whether the remote endpoint allows being transferred. | |
IsEarlyMediaSupported | Gets whether INVITE contains "100rel" or "ms-early-media" headers. | |
RemoteParticipantEndpoint | Gets the remote endpoint of the call. | |
SupportedCapabilities | Obsolete. Gets the list of Session Initiation Protocol (SIP) capabilities supported by the remote endpoint of the call. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetSupportedCapabilities | Gets a snapshot of the list of SIP capabilities supported by the remote endpoint of the call. | |
GetType | (inherited from Object) | |
IsCapabilitySupported | Gets whether the signaling capability supplied is supported by the remote endpoint. | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top