LocalParticipant Property
Gets the local participant used for the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property LocalParticipant As ConversationParticipant
Get
'Usage
Dim instance As Conversation
Dim value As ConversationParticipant
value = instance.LocalParticipant
public ConversationParticipant LocalParticipant { get; }
Property Value
Type: Microsoft.Rtc.Collaboration..::..ConversationParticipant
Remarks
This matches either the endpoint's URI or the impersonated URI.