Gets the basic properties for a participant endpoint in the MCU.

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

Syntax

Visual Basic (Declaration)
Protected 
Function 
TryGetParticipantEndpointProperties
( _
	
endpoint 
As 

ParticipantEndpoint, _
		<
OutAttribute> 
ByRef 
properties 
As 

McuParticipantEndpointProperties _
) 
As 
Boolean
C#
protected 
bool 

TryGetParticipantEndpointProperties(
	

ParticipantEndpoint 
endpoint,
	
out 

McuParticipantEndpointProperties 
properties
)
Visual C++
protected:
bool 

TryGetParticipantEndpointProperties(
	

ParticipantEndpoint^ 
endpoint, 
		[
OutAttribute] 

McuParticipantEndpointProperties^% 
properties
)
JavaScript
function 

tryGetParticipantEndpointProperties(
endpoint, 
properties);

Parameters

endpoint
Type: Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint
The endpoint to get properties for.
properties
Type: Microsoft.Rtc.Collaboration.ComponentModel . . :: . McuParticipantEndpointProperties %
The properties, or null if not found.

Return Value

True if properties for the participant were found.

See Also