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...
Asked
Active
Viewed 833 times
1 Answers
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.
Let me know if this helps at all.

philnash
- 70,667
- 10
- 60
- 88
-
1Thank you for your response. Now I can make call from browser and listen to live conference. – RAJESHINDIN Oct 04 '16 at 15:11
-
Twilio is not a live streaming service. – Alex Baban Oct 04 '16 at 15:13
-
It is not, but if this conference based thing works, then I'm happy! – philnash Oct 04 '16 at 15:14
-
He should use one client to dial into conference then use the audio output of that client as source for streaming. Real live streaming on Internet is a bit more complex. – Alex Baban Oct 04 '16 at 15:17