UserEndpoint(CollaborationPlatform, UserEndpointSettings) Constructor

Definition

Creates a new instance of the UserEndpoint class.

public:
 UserEndpoint(Microsoft::Rtc::Collaboration::CollaborationPlatform ^ platform, Microsoft::Rtc::Collaboration::UserEndpointSettings ^ settings);
public UserEndpoint (Microsoft.Rtc.Collaboration.CollaborationPlatform platform, Microsoft.Rtc.Collaboration.UserEndpointSettings settings);
new Microsoft.Rtc.Collaboration.UserEndpoint : Microsoft.Rtc.Collaboration.CollaborationPlatform * Microsoft.Rtc.Collaboration.UserEndpointSettings -> Microsoft.Rtc.Collaboration.UserEndpoint
Public Sub New (platform As CollaborationPlatform, settings As UserEndpointSettings)

Parameters

platform
CollaborationPlatform

The platform object this endpoint is bound to.

settings
UserEndpointSettings

Settings to initialize the instance.

Exceptions

Thrown when invoked before an auto-provisioned platform has been started.

Thrown when one or more arguments are not valid.

Thrown when one or more arguments are null or empty.

Thrown when the endpoint is created without server name and the platform's transport type is not Tls.

Applies to