The next thing you need to do is encode and stream your video captured from the webcam. Unfortunately, although Microsoft now allows us to capture the raw data from a webcam, it does not provide a way to encode/decode them. So you will probably need to buy a 3rd party control.
Once you do get past this encoding issue, what you will need to do next is have a seperate program running on your computer (or on another computer). The job of this program is to wait for incoming requests and encode and stream the video that comes into it and send it to the person on the other side.