Search code examples
twiliolive-streamingtwilio-phptwilio-api

Twilio conference call live streaming in website


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...


Solution

  • 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.