RemoteParticipants Property

Gets the list 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<(Of <(<'ConversationParticipant>)>)>

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace