Conversation.RemoteParticipants Property
Gets the collection of remote participants.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteParticipants As Collection(Of ConversationParticipant)
Get
'Usage
Dim instance As Conversation
Dim value As Collection(Of ConversationParticipant)
value = instance.RemoteParticipants
public Collection<ConversationParticipant> RemoteParticipants { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<ConversationParticipant>
Remarks
In conferencing scenarios, the returned collection does not include any lobby participants.