Enum VoiceWebhookType
- Namespace
- Vonage.Applications.Capabilities
- Assembly
- Vonage.dll
Defines the types of webhooks available for Voice capability.
[JsonConverter(typeof(StringEnumConverter))]
public enum VoiceWebhookType
Fields
[EnumMember(Value = "answer_url")] AnswerUrl = 0The URL that Vonage requests when a call is placed or received. Must return an NCCO.
[EnumMember(Value = "event_url")] EventUrl = 1The URL that Vonage sends call events (e.g. ringing, answered) to.
[EnumMember(Value = "fallback_answer_url")] FallbackAnswerUrl = 2The fallback URL used when the answer URL is offline or returns an HTTP error.