ChatRoomSessionStateChangedEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.