CallParticipantEndpointProperties.RemoteParticipantEndpoint 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 ^ 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
Remarks
Note that this property is null when the call is outbound and has not yet been established.