-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice call to multiple phone numbers at a single API call #21
Comments
Hi @tobslob Thanks for reaching out. |
Yes, I want to able to call 10, 000 phone numbers at the same time or concurrently, and they should able to pick up the calls and listen to the TwiML. |
Thanks @tobslob. Both For detailed help to set up your application logic, please contact Twilio Support. |
What's the best option to explore if I want to able to send out multiple calls up to 10,000 and I want them to listen to the same TwiML verbs? |
The best way for all clients be able to join (listen) to the same TwiML would be to create a room and send the conference SID to the clients via whichever communication channels that work for your application logic, e.g. regular push notification or websocket. |
@bobiechen-twilio How to make this possible, kindly guide me. |
Do Twilio voice call API support multiple voice calls at the same time or map concurrently through the API to send out multiple calls?
The text was updated successfully, but these errors were encountered: