Creates a new instance of the CallParticipantEndpointProperties class.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
remoteParticipantEndpoint 
As 

ParticipantEndpoint _
)
C#
public 
CallParticipantEndpointProperties(
	

ParticipantEndpoint 
remoteParticipantEndpoint
)
Visual C++
public:
CallParticipantEndpointProperties(
	

ParticipantEndpoint^ 
remoteParticipantEndpoint
)
JavaScript

Microsoft.Rtc.Collaboration.CallParticipantEndpointProperties
= 
function(
remoteParticipantEndpoint);

Parameters

remoteParticipantEndpoint
Type: Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint

See Also