Can I do video communication with silverlight 4.0?
- by tom greene
With silverlight 4.0, it is possible to show a live video of the user on the screen:
Here is the code
VideoBrush videoBrush = new VideoBrush();
CaptureSource captureSource = new CaptureSource
{
VideoCaptureDevice =
…