Class VbcEndpoint
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; }