Gets a value indicating whether this participant is active in the room.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsActive As Boolean Get |
Visual Basic (Usage) |
---|
Dim instance As ParticipantAttendanceChangedEventArgs Dim value As Boolean value = instance. IsActive |
C# |
---|
public bool IsActive { get; } |