ChatRoomSession.Participants Property

Definition

Gets the participant list of the chat room to which this session is joined.

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

Property Value

The participant list. If the session is not joined, this property returns null.

Applies to