Conversation.GetLobbyParticipants Method
Gets the collection of lobby participants.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetLobbyParticipants As Collection(Of ConversationParticipant)
'Usage
Dim instance As Conversation
Dim returnValue As Collection(Of ConversationParticipant)
returnValue = instance.GetLobbyParticipants()
public Collection<ConversationParticipant> GetLobbyParticipants()
Return Value
Type: System.Collections.ObjectModel.Collection<ConversationParticipant>
Remarks
This method returns an empty list for peer-to-peer scenarios.