Conversation.RemoteParticipants Property

Definition

Gets the collection of remote participants.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationParticipant ^> ^ RemoteParticipants { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationParticipant ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant> RemoteParticipants { get; }
member this.RemoteParticipants : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant>
Public ReadOnly Property RemoteParticipants As Collection(Of ConversationParticipant)

Property Value

Remarks

In conferencing scenarios, the returned collection does not include any lobby participants.

Applies to