struggling to convert call to conference
# general-english
v
struggling to convert call to conference call and add another user, is this possible with vapi? the call keeps hanging up when i try to initiate the API call to convert to conference TWIML
k
Vapi doesn’t natively support conference calls, so to add users you must manage Twilio conference logic on your server with proper TwiML responses, call hangups usually result from incorrect TwiML or response headers.
2 Views