Edit

Share via


ChatRoomSession.IsAuditorium Property

Definition

Gets the value indicating if the chat room is an auditorium chat room. In an auditorium chat room, only those members who have been granted Presenter privileges may post messages.

public:
 property bool IsAuditorium { bool get(); };
public bool IsAuditorium { get; }
member this.IsAuditorium : bool
Public ReadOnly Property IsAuditorium As Boolean

Property Value

A value indicating if this chat room is an auditorium chat room. If the session is not joined, this property returns false.

Applies to