Gets the local participant of the session. This is helpful to get the URI of the local participant which can differ from the URI of the endpoint, particularly for incoming sessions.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
LocalParticipant 
As 

SignalingParticipant
C#
public 

SignalingParticipant 
LocalParticipant { 
get; }
Visual C++
public:
property 

SignalingParticipant^ 
LocalParticipant {
	

SignalingParticipant^ 
get ();
}
JavaScript
function get_
localParticipant();

See Also