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.
Processes added or removed participant endpoints to the MCU.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Sub HandleParticipantEndpointAttendanceChanged ( _
addedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties)), _
removedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties)) _
)
'Usage
Dim addedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties))
Dim removedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties))
Me.HandleParticipantEndpointAttendanceChanged(addedEndpoints, _
removedEndpoints)
protected override void HandleParticipantEndpointAttendanceChanged(
Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>> addedEndpoints,
Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>> removedEndpoints
)
Parameters
- addedEndpoints
Type: System.Collections.ObjectModel.Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>
Endpoints added to the MCU roster.
- removedEndpoints
Type: System.Collections.ObjectModel.Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>
Endpoints removed from the MCU roster.
See Also
Reference
InstantMessagingMcuSession Class