Question

I was looking for some good resource for setting up a conference call feature using Twilio and came across this link.

https://www.twilio.com/docs/howto/moderated-conference

This link is a great resource. But I am unable to understand how to get the conference room name?

In the above link the conference room is set as "My Room". Should I use a random name ? or should I create this room somewhere (like twilio account page) before using it ?.

Was it helpful?

Solution

Twilio evangelist here.

Conference rooms are transient.

When you use the <Conference> noun, if a conference with the name you provided in the TwiML does not yet exist, Twilio will automatically create it for you. We will also automatically destroy the conference room once all participants have left.

You can use whatever string you want for the conference name.

Hope that helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top