Gets the endpoint of the subscriber who creates this subscription.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SubscriberEndpoint 
As 

RealTimeEndpoint
C#
public 

RealTimeEndpoint 
SubscriberEndpoint { 
get; }
Visual C++
public:
property 

RealTimeEndpoint^ 
SubscriberEndpoint {
	

RealTimeEndpoint^ 
get ();
}
JavaScript
function get_
subscriberEndpoint();

See Also