CallParticipantEndpointProperties.RemoteParticipantEndpoint Property

Definition

Gets the remote endpoint of the call.

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

Property Value

ParticipantEndpoint

Remarks

Note that this property is null when the call is outbound and has not yet been established.

Applies to