2

Hi everyone, I am new to the Twilio API. I have successfully setup call conferencing and recording. But my requirement is to stream live conference call from website. Is it possible...? I have been searching in google from 2 days but no use. Please help...

RAJESHINDIN
  • 171
  • 1
  • 3
  • 16

1 Answers1

0

Twilio developer evangelist here.

You can't exactly stream a conference call, but you could use Twilio Client to provide a way for users on a website to dial into the conference. You can then mute all of those callers so they are effectively just listening.

Do note that you can only get 40 participants on a call using Conference and up to 250 using Global Conference.

Let me know if this helps at all.

philnash
  • 70,667
  • 10
  • 60
  • 88