ChatRoomParticipant.IsPresenter Property

Definition

Gets a value indicating whether this participant is a presenter on this chat room. This value is only used when a chat room is configured as an auditorium. (see IsAuditorium)

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

Property Value

true if this instance is a presenter; otherwise, false.

Applies to