Creates a new instance of the CollaborationPlatformSettings class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
applicationUserAgent 
As 
String, _
	
transport 
As 

SipTransportType _
)
C#
public 
CollaborationPlatformSettings(
	
string 
applicationUserAgent,
	

SipTransportType 
transport
)
Visual C++
public:
CollaborationPlatformSettings(
	
String^ 
applicationUserAgent, 
	

SipTransportType 
transport
)
JavaScript

Microsoft.Rtc.Collaboration.CollaborationPlatformSettings = 
function(
applicationUserAgent, 
transport);

Parameters

applicationUserAgent
Type: String
The part of the user agent string that identifies the application. Can be null.
transport
Type: Microsoft.Rtc.Signaling . . :: . SipTransportType
The transport type used for connections.

See Also