ChatRoomSessionStateChangedEventArgs.State Property

Definition

Gets a value indicating whether the ChatRoomSession is joined to the chat room.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSessionState State { Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSessionState get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSessionState State { get; }
member this.State : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSessionState
Public ReadOnly Property State As ChatRoomSessionState

Property Value

true if this instance is joined; otherwise, false.

Applies to