Conversation.RemoteParticipantAttendanceChanged Event
Raised when one or more remote participants join or leave the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event RemoteParticipantAttendanceChanged As EventHandler(Of ParticipantAttendanceChangedEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of ParticipantAttendanceChangedEventArgs)
AddHandler instance.RemoteParticipantAttendanceChanged, handler
public event EventHandler<ParticipantAttendanceChangedEventArgs> RemoteParticipantAttendanceChanged
Remarks
For conferencing scenarios, this event is only raised for participants who have been admitted into the conference.