does vapi providing any thing after call like call...
# support
k
does vapi providing any thing after call like call connected or Not Connected ? i am asking this because vapi's end call reason not providing this that call is connected ,disconnected ,left voicemail @Shubham Bajaj
v
@Kavish Yes, VAPI does provide events that can help you understand the call status. The
call-start
event indicates that a call has been successfully connected, while the
call-end
event signifies that the call has ended. However, if you need more detailed information about whether the call was not connected or if a voicemail was left, you might need to look into additional logging or event handling features specific to the VAPI service you are using. If you require further assistance with handling specific call events or need more detailed call status information, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
s
@Kavish we do let you know if call was connected or not, can you share the call id for which it was not provided as you have stated.