PersistentChatEndpoint.ActiveChatRoomSessions Property

Definition

Gets a copy of the collection of currently active ChatRoomSession instances. Only those sessions which have successfully joined a chat room are included in the collection of ActiveChatRoomSessions. This property returns copy of the endpoint's collection. To access a single active ChatRoomSession by name, without incurring this overhead, use the indexer (see (Item[String]).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSession ^> ^ ActiveChatRoomSessions { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSession ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSession> ActiveChatRoomSessions { get; }
member this.ActiveChatRoomSessions : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSession>
Public ReadOnly Property ActiveChatRoomSessions As ReadOnlyCollection(Of ChatRoomSession)

Property Value

The active chat room sessions.

Applies to