Edit

Share via


McuSession.HandleParticipantEndpointAttendanceChanged Method

Definition

Notification that a participant endpoint(s) has left or joined the MCU.

protected:
 abstract void HandleParticipantEndpointAttendanceChanged(System::Collections::ObjectModel::Collection<System::Collections::Generic::KeyValuePair<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^, Microsoft::Rtc::Collaboration::ComponentModel::McuParticipantEndpointProperties ^>> ^ addedEndpoints, System::Collections::ObjectModel::Collection<System::Collections::Generic::KeyValuePair<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^, Microsoft::Rtc::Collaboration::ComponentModel::McuParticipantEndpointProperties ^>> ^ removedEndpoints);
protected abstract void HandleParticipantEndpointAttendanceChanged (System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint,Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> addedEndpoints, System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint,Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> removedEndpoints);
abstract member HandleParticipantEndpointAttendanceChanged : System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint, Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> * System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint, Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> -> unit
Protected MustOverride Sub HandleParticipantEndpointAttendanceChanged (addedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties)), removedEndpoints As Collection(Of KeyValuePair(Of ParticipantEndpoint, McuParticipantEndpointProperties)))

Parameters

addedEndpoints
Collection<KeyValuePair<ParticipantEndpoint,McuParticipantEndpointProperties>>

Endpoints added to the MCU.

removedEndpoints
Collection<KeyValuePair<ParticipantEndpoint,McuParticipantEndpointProperties>>

Endpoints removed from the MCU.

Applies to