Initializes LocalEndpointSettings object.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
ownerUri 
As 
String _
)
C#
protected 
LocalEndpointSettings(
	
string 
ownerUri
)
Visual C++
protected:
LocalEndpointSettings(
	
String^ 
ownerUri
)
JavaScript

Microsoft.Rtc.Collaboration.LocalEndpointSettings = 
function(
ownerUri);

Parameters

ownerUri
Type: String
The URI of the owner of this endpoint.

Exceptions

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

See Also