Class Endpoint
Base class for NCCO Connect action endpoints. Represents a destination that a call can be connected to.
public abstract class Endpoint
- Inheritance
-
Endpoint
- Derived
- Inherited Members
Properties
Type
The type of endpoint being connected to (phone, app, websocket, sip, or vbc).
[JsonProperty("type", Order = 99)]
[JsonConverter(typeof(StringEnumConverter))]
public Endpoint.EndpointType Type { get; protected set; }