Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes LocalEndpointSettings object.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
ownerUri As String _
)
'Usage
Dim ownerUri As String
Dim instance As New LocalEndpointSettings(ownerUri)
protected LocalEndpointSettings(
string ownerUri
)
Parameters
- ownerUri
Type: System.String
The URI of the owner of this endpoint.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if one or more arguments are null or empty. |