Call.RemoteEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.