Table of Contents

Enum Endpoint.EndpointType

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

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 = 2

Connect to an in-app (Vonage Client SDK) user.

[EnumMember(Value = "phone")] Phone = 1

Connect to a PSTN phone number.

[EnumMember(Value = "sip")] Sip = 4

Connect to a SIP endpoint.

[EnumMember(Value = "vbc")] Vbc = 5

Connect to a Vonage Business Communications (VBC) extension.

[EnumMember(Value = "websocket")] Websocket = 3

Connect to a WebSocket for real-time audio streaming.