Conversation.GetLobbyParticipants Method
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 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.