HandleParticipantEndpointAttendanceChanged Method

This member overrides McuSession..::..HandleParticipantEndpointAttendanceChanged(Collection<(Of <<'(KeyValuePair<(Of <<'(ParticipantEndpoint, McuParticipantEndpointProperties>)>>)>)>>), Collection<(Of <<'(KeyValuePair<(Of <<'(ParticipantEndpoint, McuParticipantEndpointProperties>)>>)>)>>)).

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

See Also

Reference

InstantMessagingMcuSession Class

InstantMessagingMcuSession Members

Microsoft.Rtc.Collaboration Namespace