Creates a new instance of the UserEndpointSettings class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
ownerUri 
As 
String, _
	
serverName 
As 
String _
)
C#
public 
UserEndpointSettings(
	
string 
ownerUri,
	
string 
serverName
)
Visual C++
public:
UserEndpointSettings(
	
String^ 
ownerUri, 
	
String^ 
serverName
)
JavaScript

Microsoft.Rtc.Collaboration.UserEndpointSettings = 
function(
ownerUri, 
serverName);

Parameters

ownerUri
Type: String
The URI of the user that owns this endpoint.
serverName
Type: String
The server where the endpoint is registered.

Exceptions

Exception Condition
ArgumentNullException Thrown when one or more arguments are null or empty.

See Also