Share via


HandleParticipantEndpointPropertiesChanged Method

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

Syntax

'Declaration
Protected MustOverride Sub HandleParticipantEndpointPropertiesChanged ( _
    endpoint As ParticipantEndpoint, _
    pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties) _
)
'Usage
Dim endpoint As ParticipantEndpoint
Dim pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties)

Me.HandleParticipantEndpointPropertiesChanged(endpoint, _
    pmi)
protected abstract void HandleParticipantEndpointPropertiesChanged(
    ParticipantEndpoint endpoint,
    PropertyMergeInformation<McuParticipantEndpointProperties> pmi
)

Parameters

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace