Share via


UserEndpoint Constructor

Creates a new UserEndpoint object.

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

Syntax

'Declaration
Public Sub New ( _
    platform As CollaborationPlatform, _
    settings As UserEndpointSettings _
)
'Usage
Dim platform As CollaborationPlatform
Dim settings As UserEndpointSettings

Dim instance As New UserEndpoint(platform, _
    settings)
public UserEndpoint(
    CollaborationPlatform platform,
    UserEndpointSettings settings
)

Parameters

Remarks

Exceptions

[cref][T:System.InvalidOperationException]: Thrown if the platform is already terminated.

[cref][T:System.ArgumentException]: Thrown if one or more arguments are not valid.

[cref][T:System.ArgumentNullException]: Thrown if one or more arguments are null or empty.

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace