McuSession.HandleParticipantEndpointAttendanceChanged Method
Notification that a participant endpoint(s) has left or joined the MCU.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected MustOverride 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 abstract 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.
- removedEndpoints
Type: System.Collections.ObjectModel.Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>
Endpoints removed from the MCU.