Web conferencing

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Web conferencing

Post by aceconcepts »

Hi,

Wasn't to sure where to post this.

I would like to be able to setup a page that people can log into in order to join a web conference.

i.e.

Bob, Bill and Ben want to be able to talk and video stream live with each other.

How would I go about attempting to do this?

Thanks.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You could use AJAX for a purely text-based chat, but to be perfectly honest, Java or Flash are the best tools for this job ;) Use them and you can throw in WebCam chats and audio.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

Cool. Thanks for the advice.
Post Reply