Hello
Need help with figuring out something
Currently I am using Vapi-web SDK for webrtc calling
https://docs.vapi.ai/quickstart/web
However, now I wanna also implement the specialist calling/conference calling functionality
https://docs.vapi.ai/calls/call-handling-with-vapi-and-twilio
It seems like twilio SDK integration/initialising a twilio client is necessary to achieve this functionality
The docs initialise a normal Twilio client that does phone-number calling and handles it from there
But is there anyway to implement it through the "webrtc way" such that no phone-calling is involved? And calls happen through web itself simialr to vapi-web SDK?
I have found that Twilio supports webrtc calling (similar to vapi-web) through their "Programmable Video" SDK
https://www.twilio.com/docs/video
Will it still be possible to achieve conference calling/specialist transferring via Twilio Programmable video client instead of the default client that makes real phone calls?