Enum Endpoint.EndpointType
Defines the types of endpoints that a call can be connected to via an NCCO Connect action.
[JsonConverter(typeof(StringEnumConverter))]
public enum Endpoint.EndpointType
Fields
[EnumMember(Value = "app")] App = 2Connect to an in-app (Vonage Client SDK) user.
[EnumMember(Value = "phone")] Phone = 1Connect to a PSTN phone number.
[EnumMember(Value = "sip")] Sip = 4Connect to a SIP endpoint.
[EnumMember(Value = "vbc")] Vbc = 5Connect to a Vonage Business Communications (VBC) extension.
[EnumMember(Value = "websocket")] Websocket = 3Connect to a WebSocket for real-time audio streaming.