Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Process updated MCU participant endpoint properties.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides 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 override void HandleParticipantEndpointPropertiesChanged(
ParticipantEndpoint endpoint,
PropertyMergeInformation<McuParticipantEndpointProperties> pmi
)
Parameters
- endpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
Endpoint with changed properties.
- pmi
Type: PropertyMergeInformation<McuParticipantEndpointProperties>
Current property values and changed information.
See Also
Reference
InstantMessagingMcuSession Class