Vapi is lagging on the call, agent cuts out
Vapi is lagging on the call, agent cuts out. Is there something we need to do on our end?
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
endedReason is not "assistant-forwarded-call", review your assistant's configuration."phone-call-control" is not in your serverMessages to prevent conflicting call control.phoneCallProviderBypassEnabled to false for standard Vapi forwarding.endedReason"assistant-forwarded-call""phone-call-control"serverMessagesphoneCallProviderBypassEnabledfalse from vapi import Vapi
client = Vapi(token=os.getenv("VAPI_API_KEY"))
call = client.calls.get("ca123456xxxxx")
print(f"End reason: {call.ended_reason}")