Table of Contents

Class AppEndpoint

Namespace
Vonage.Voice.Nccos.Endpoints
Assembly
Vonage.dll

Represents an application (Client SDK) endpoint for connecting a call to an in-app user.

public class AppEndpoint : Endpoint
Inheritance
AppEndpoint
Inherited Members

Constructors

AppEndpoint()

Initializes a new AppEndpoint with the endpoint type set to App.

public AppEndpoint()

Properties

User

The username of the user to connect to. This user must have been added to the application.

[JsonProperty("user")]
public string User { get; set; }

Property Value

string