Gets the current remote participant of the call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
NewParticipant 
As 

ConversationParticipant
C#
public 

ConversationParticipant 
NewParticipant { 
get; }
Visual C++
public:
property 

ConversationParticipant^ 
NewParticipant {
	

ConversationParticipant^ 
get ();
}
JavaScript
function get_
newParticipant();

See Also