CallParticipantEndpointProperties.RemoteParticipantEndpoint Property
Gets the remote endpoint of the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteParticipantEndpoint As ParticipantEndpoint
Get
'Usage
Dim instance As CallParticipantEndpointProperties
Dim value As ParticipantEndpoint
value = instance.RemoteParticipantEndpoint
public ParticipantEndpoint RemoteParticipantEndpoint { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
Remarks
Note that this property is null when the call is outbound and has not yet been established.
See Also
Reference
CallParticipantEndpointProperties Class