I know that Vapi is using daily as a transport layer, but daily is taking more than 5 seconds to start a call.
Is possible to reduce the time to start a conversation?
With the previous custom implementation without vapi (only daily) we had a pool of ready made rooms on daily.co and we were using them when a user were requesting a new one (creating a new one async and leave it inside the pool)
Is Vapi considering to implement something like this?
We can have nearly zero latency to start a new call.