Conversation.GetLobbyParticipants Method

Definition

Gets the collection of lobby participants.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationParticipant ^> ^ GetLobbyParticipants();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant> GetLobbyParticipants ();
member this.GetLobbyParticipants : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant>
Public Function GetLobbyParticipants () As Collection(Of ConversationParticipant)

Returns

Remarks

This method returns an empty list for peer-to-peer scenarios.

Applies to