Gets the call-specific properties of the remote participant endpoint of this call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RemoteEndpointProperties 
As 

CallParticipantEndpointProperties
C#
public 

CallParticipantEndpointProperties 
RemoteEndpointProperties { 
get; }
Visual C++
public:
property 

CallParticipantEndpointProperties^ 
RemoteEndpointProperties {
	

CallParticipantEndpointProperties^ 
get ();
}
JavaScript
function get_
remoteEndpointProperties();

Remarks

This property may change when the call is established or when escalation is successfully completed.

See Also