Reputation: 4256
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?
Upvotes: 2
Views: 674
Reputation: 73100
Twilio developer evangelist here.
There's no time out on a conference like you describe, so your best bet is to run the timer on your side and cancel it if another participant joins the conference.
Upvotes: 2