Process updated MCU participant endpoint properties.

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

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Sub 

HandleParticipantEndpointPropertiesChanged ( _
	
endpoint 
As 

ParticipantEndpoint, _
	
pmi 
As 

PropertyMergeInformation(
Of 

McuParticipantEndpointProperties) _
)
C#
protected 
override 
void 

HandleParticipantEndpointPropertiesChanged(
	

ParticipantEndpoint 
endpoint,
	

PropertyMergeInformation<

McuParticipantEndpointProperties> 
pmi
)
Visual C++
protected:
virtual 
void 

HandleParticipantEndpointPropertiesChanged(
	

ParticipantEndpoint^ 
endpoint, 
	

PropertyMergeInformation<

McuParticipantEndpointProperties^>^ 
pmi
) 
override
JavaScript
function 

handleParticipantEndpointPropertiesChanged(
endpoint, 
pmi);

Parameters

endpoint
Type: Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint
Participant endpoint with changed properties.
pmi
Type: Microsoft.Rtc.Internal.Collaboration . . :: . PropertyMergeInformation < (Of < ( McuParticipantEndpointProperties > ) > )
Current property values and changed information.

See Also