InviteReceivedEventArgs.RemoteParticipant Property
Gets the participant that sent the invite.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteParticipant As ConversationParticipant
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As ConversationParticipant
value = instance.RemoteParticipant
public ConversationParticipant RemoteParticipant { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationParticipant