McuSession.HandleParticipantEndpointAttendanceChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.