Creates a new instance of the ApplicationEndpointSettings class.

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

Syntax

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

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

Parameters

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

Remarks

The endpoint type is set to "Application" and EndpointSubtype to "Attendant" by default.

Exceptions

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

See Also