Call.RemoteEndpoint Property

Definition

Gets the remote endpoint of the call.

public:
 property Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ RemoteEndpoint { Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ get(); };
public Microsoft.Rtc.Collaboration.ParticipantEndpoint RemoteEndpoint { get; }
member this.RemoteEndpoint : Microsoft.Rtc.Collaboration.ParticipantEndpoint
Public ReadOnly Property RemoteEndpoint As ParticipantEndpoint

Property Value

Remarks

Can be null for outgoing calls which are not yet established.

Applies to