Add Screen Sharing to my web app?

Mandeep Singh picture Mandeep Singh · Feb 24, 2012 · Viewed 15.1k times · Source

I have to make a web application that imitates Skype. I am using php, javascript, html and css to do this. I am allowed to use open-sourced libraries and other libraries.

I need to implement a screen sharing feature. How do I do this? My research led me to believe I need to code a java applet but I have no idea how to do this. This was assigned today and I just have 3 weeks to implement it. How should I do this?

Answer