I would like to develop a web conferencing system (or web classroom) as a graduation project using Silverlight similar to
which is a java applete .
I don't know if what is possible for a java applete to perform on the PC is also possible for Silverlight, or is SL more restricted.
There are two functionalities (which are related i guess) that iVocalize provides which i would also like to include in my SL application, which are:
- A participant may broadcast a live video stream of the desktop to other participants so that they will be able to follow all activities performed on the computer.
- A participant may take a snapshot of the desktop
If the previous functionalities are not possible in SL than do you think that WPF may be used instead?
Thank you vey much.