InstantMessagingMcuSession.ParticipantEndpointAttendanceChanged Event
Raised when one or more participant endpoints join or leave the MCU.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of InstantMessagingMcuParticipantEndpointProperties))
'Usage
Dim instance As InstantMessagingMcuSession
Dim handler As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of InstantMessagingMcuParticipantEndpointProperties))
AddHandler instance.ParticipantEndpointAttendanceChanged, handler
public event EventHandler<ParticipantEndpointAttendanceChangedEventArgs<InstantMessagingMcuParticipantEndpointProperties>> ParticipantEndpointAttendanceChanged
See Also
Reference
InstantMessagingMcuSession Class