Gets the value indicating if the chat room is an auditorium chat room. When true , only those members who have been granted Presenter privileges may post messages. If the session is not joined, this property returns false .
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsAuditorium As Boolean Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomSession Dim value As Boolean value = instance. IsAuditorium |
C# |
---|
public bool IsAuditorium { get; private set; } |
Property Value
Type: System . . :: . . BooleanA value indicating if this chat room is an auditorium chat room.