Represents an endpoint with no registration server.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
SipPeerToPeerEndpoint _
	
Inherits 

RealTimeEndpoint
C#
public 
class 
SipPeerToPeerEndpoint : 

RealTimeEndpoint
Visual C++
public 
ref class 
SipPeerToPeerEndpoint : 
public 

RealTimeEndpoint
JavaScript

Microsoft.Rtc.Signaling.SipPeerToPeerEndpoint = 
function();

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

Microsoft.Rtc.Signaling.RealTimeEndpoint);

Remarks

This endpoint can communicate with other endpoints directly or through a configured outbound proxy server. This endpoint does not support register or user authentication. This endpoint should be enabled for listening using the connection manager to allow others to connect. If the endpoint is used only for outgoing messages, then there is no need for listening.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . RealTimeEndpoint
     Microsoft.Rtc.Signaling . . :: . SipPeerToPeerEndpoint

See Also