We are using Twilio's conference call for creating calls between different parties.
https://www.twilio.com/docs/voice/tutorials/how-to-create-conference-calls
Is there a way in which, if, participant A starts a conference call and no other participants join the call within say, 5 minutes, the conference call gets terminated?
I can run a timer on the initiator's end and close the conference but i was looking for a cleaner solution. Something like, a timeout on the conference call itself.
Any ideas?