Table of Contents

Class VbcEndpoint

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

Represents a Vonage Business Communications (VBC) endpoint for connecting a call to a VBC extension.

public class VbcEndpoint : Endpoint
Inheritance
VbcEndpoint
Inherited Members

Constructors

VbcEndpoint()

public VbcEndpoint()

Properties

Extension

The VBC extension number to connect the call to.

[JsonProperty("extension")]
public string Extension { get; set; }

Property Value

string