RemoteEndpointProperties Property

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

'Declaration
Public ReadOnly Property RemoteEndpointProperties As CallParticipantEndpointProperties
    Get
'Usage
Dim instance As Call
Dim value As CallParticipantEndpointProperties

value = instance.RemoteEndpointProperties
public CallParticipantEndpointProperties RemoteEndpointProperties { get; }

Property Value

Type: Microsoft.Rtc.Collaboration..::..CallParticipantEndpointProperties

Remarks

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

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace