SipPeerToPeerEndpoint Constructor (String, RealTimeServerConnectionManager, SipTransportType)

Initializes a new instance of the class.

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

Syntax

'Declaration
Public Sub New ( _
    uri As String, _
    connectionManager As RealTimeServerConnectionManager, _
    defaultTransportType As SipTransportType _
)
'Usage
Dim uri As String
Dim connectionManager As RealTimeServerConnectionManager
Dim defaultTransportType As SipTransportType

Dim instance As New SipPeerToPeerEndpoint(uri, connectionManager, _
    defaultTransportType)
public SipPeerToPeerEndpoint(
    string uri,
    RealTimeServerConnectionManager connectionManager,
    SipTransportType defaultTransportType
)

Parameters

  • defaultTransportType
    Type: Microsoft.Rtc.Signaling..::..SipTransportType
    The default transport for outgoing messages, if the application did not override the transport explicitly. For example, invite URI can have transport type to override this.

See Also

Reference

SipPeerToPeerEndpoint Class

SipPeerToPeerEndpoint Members

SipPeerToPeerEndpoint Overload

Microsoft.Rtc.Signaling Namespace