Represents a registration server based endpoint. All messages are routed to this server. The endpoint caches the connection created to communicate with the server.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
SipEndpoint _
	
Inherits 

RealTimeEndpoint
C#
public 
class 
SipEndpoint : 

RealTimeEndpoint
Visual C++
public 
ref class 
SipEndpoint : 
public 

RealTimeEndpoint
JavaScript
Microsoft.Rtc.Signaling.SipEndpoint
= 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.SipEndpoint',
	

Microsoft.Rtc.Signaling.RealTimeEndpoint);

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . RealTimeEndpoint
     Microsoft.Rtc.Signaling . . :: . SipEndpoint

See Also